Html Css Color HEX #C02A14 Harley Davidson Orange

📋 copy color: '#C02A14'

red 192 ◦ green 42 ◦ blue 20

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

Shades of Harley Davidson Orange #C02A14

Tints of Harley Davidson Orange #C02A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.54%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 75.59%
G = 16.54%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C02A14 (or 0xC02A14) is known color: Harley Davidson Orange. HEX triplet: C0, 2A and 14. RGB value is (192,42,20). Sum of RGB (Red+Green+Blue) = 192+42+20=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02A14 is #3FD5EB. Grayscale: #545454. Windows color (decimal): -4183532 or 1321664. OLE color: 1321664.

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

Color convert

RGB 192 42 20 -
CMYK 0 0.78 0.90 0.25
HSL 7.67º 0.81% 0.42% -
HSV(B) 7.67º 0.9% 0.75% -
XYZ 22.69 12.91 1.96 -
YUV 84.34 91.7 204.79 -
System Red Green Blue C M Y K H S L
Decimal 192 42 20 0 0.78 0.90 0.25 7.67 0.81 0.42
Hex C0 2A 14 0 4E 5A 19 8 51 2A
Octal 300 52 24 0 116 132 31 10 121 52
Binary 11000000 101010 10100 0 1001110 1011010 11001 1000 1010001 101010

Color Harmonies of #C02A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A14

Black with #C02A14

Text Example


Text Example

White with #C02A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A14; }

 p { color: rgb(192,42,20); }

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

background-color css

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

 a { background-color: rgb(192,42,20); }

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

border-color css

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

 span { border-color: rgb(192,42,20); }

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