#C11D02

Color #C11D02 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C11D02

Tints of Harley Davidson Orange #C11D02

Color information

#C11D02 (or 0xC11D02) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 1D and 02. RGB value is (193,29,2). Sum of RGB (Red+Green+Blue) = 193+29+2=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D02 is #3EE2FD. Grayscale: #4B4B4B. Windows color (decimal): -4121342 or 138689. OLE color: 138689.

HSL color Cylindrical-coordinate representation of color #C11D02: hue angle of 8.48º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C11D02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB193292-
CMYK00.850.990.24
HSL8.48º97.95%38.24%-
HSV(B)8.48º98.96%75.69%-
XYZ22.4412.221.23-
YUV74.9686.83212.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 86.16%
GREEN value IS 29 (11.72% from 255) = 12.95%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=86.16%
G=12.95%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19329200.850.990.248.4897.9538.24
HexC11D2055631886226
Octal3013520125143301014246
Binary1100000111101100101010111000111100010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11D02; }

 p { color: rgb(193,29,2); }

 H1.HeaderClassName
 {
   color: #C11D02;
 }
 .AnyTagClassName
 {
   color: #C11D02;
 }
</style>
background-color css

<style>
 a { background-color: #C11D02; }

 a { background-color: rgb(193,29,2); }

 div.DivClassName
 {
   background-color: #C11D02;
 }
 .BgClassName
 {
   background-color: #C11D02;
 }
</style>
border-color css

<style>
 span { border-color: #C11D02; }

 span { border-color: rgb(193,29,2); }

 td.TdClassName
 {
   border-color: #C11D02;
 }
 .TagClassName
 {
   border-color: #C11D02;
 }
</style>