Html Css Color HEX #C03B18 Harley Davidson Orange

📋 copy color: '#C03B18'

red 192 ◦ green 59 ◦ blue 24

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

Shades of Harley Davidson Orange #C03B18

Tints of Harley Davidson Orange #C03B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.73%

R = 69.82%
G = 21.45%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C03B18 (or 0xC03B18) is known color: Harley Davidson Orange. HEX triplet: C0, 3B and 18. RGB value is (192,59,24). Sum of RGB (Red+Green+Blue) = 192+59+24=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B18 is #3FC4E7. Grayscale: #5F5F5F. Windows color (decimal): -4179176 or 1588160. OLE color: 1588160.

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

Color convert

RGB 192 59 24 -
CMYK 0 0.69 0.88 0.25
HSL 12.5º 0.78% 0.42% -
HSV(B) 12.5º 0.88% 0.75% -
XYZ 23.47 14.4 2.41 -
YUV 94.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 192 59 24 0 0.69 0.88 0.25 12.5 0.78 0.42
Hex C0 3B 18 0 45 58 19 C 4E 2A
Octal 300 73 30 0 105 130 31 14 116 52
Binary 11000000 111011 11000 0 1000101 1011000 11001 1100 1001110 101010

Color Harmonies of #C03B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B18

Black with #C03B18

Text Example


Text Example

White with #C03B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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