Html Css Color HEX #C0240C Harley Davidson Orange

📋 copy color: '#C0240C'

red 192 ◦ green 36 ◦ blue 12

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

Shades of Harley Davidson Orange #C0240C

Tints of Harley Davidson Orange #C0240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 12 (5.08% from 255) = 5%

R = 80%
G = 15%
B = 5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0240C (or 0xC0240C) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 0C. RGB value is (192,36,12). Sum of RGB (Red+Green+Blue) = 192+36+12=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C0240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0240C is #3FDBF3. Grayscale: #505050. Windows color (decimal): -4185076 or 795840. OLE color: 795840.

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

Color convert

RGB 192 36 12 -
CMYK 0 0.81 0.94 0.25
HSL 0.88% 0.4% -
HSV(B) 0.94% 0.75% -
XYZ 22.44 12.49 1.58 -
YUV 79.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 192 36 12 0 0.81 0.94 0.25 8 0.88 0.4
Hex C0 24 C 0 51 5E 19 8 58 28
Octal 300 44 14 0 121 136 31 10 130 50
Binary 11000000 100100 1100 0 1010001 1011110 11001 1000 1011000 101000

Color Harmonies of #C0240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0240C

Black with #C0240C

Text Example


Text Example

White with #C0240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0240C; }

 p { color: rgb(192,36,12); }

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

background-color css

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

 a { background-color: rgb(192,36,12); }

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

border-color css

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

 span { border-color: rgb(192,36,12); }

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