Html Css Color HEX #C03B12 Harley Davidson Orange

📋 copy color: '#C03B12'

red 192 ◦ green 59 ◦ blue 18

#C03B12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C03B12

Tints of Harley Davidson Orange #C03B12

RGB

 RED value IS 192 (75.39% from 255) = 71.38%

 GREEN value IS 59 (23.44% from 255) = 21.93%

 BLUE value IS 18 (7.42% from 255) = 6.69%

R = 71.38%
G = 21.93%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C03B12 (or 0xC03B12) is known color: Harley Davidson Orange. HEX triplet: C0, 3B and 12. RGB value is (192,59,18). Sum of RGB (Red+Green+Blue) = 192+59+18=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B12 is #3FC4ED. Grayscale: #5E5E5E. Windows color (decimal): -4179182 or 1194944. OLE color: 1194944.

HSL color Cylindrical-coordinate representation of color #C03B12: hue angle of 14.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C03B12 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 18 -
CMYK 0 0.69 0.91 0.25
HSL 14.14º 0.83% 0.41% -
HSV(B) 14.14º 0.91% 0.75% -
XYZ 23.41 14.38 2.11 -
YUV 94.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 192 59 18 0 0.69 0.91 0.25 14.14 0.83 0.41
Hex C0 3B 12 0 45 5B 19 E 53 29
Octal 300 73 22 0 105 133 31 16 123 51
Binary 11000000 111011 10010 0 1000101 1011011 11001 1110 1010011 101001

Color Harmonies of #C03B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B12

Black with #C03B12

Text Example


Text Example

White with #C03B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B12; }

 p { color: rgb(192,59,18); }

 H1.HeaderClassName
 {
   color: #C03B12;
 }
 .AnyTagClassName
 {
   color: #C03B12;
 }
</style>

background-color css

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

 a { background-color: rgb(192,59,18); }

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

border-color css

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

 span { border-color: rgb(192,59,18); }

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