Html Css Color HEX #C02A02 Harley Davidson Orange

📋 copy color: '#C02A02'

red 192 ◦ green 42 ◦ blue 2

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

Shades of Harley Davidson Orange #C02A02

Tints of Harley Davidson Orange #C02A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 81.36%
G = 17.8%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C02A02 (or 0xC02A02) is known color: Harley Davidson Orange. HEX triplet: C0, 2A and 02. RGB value is (192,42,2). Sum of RGB (Red+Green+Blue) = 192+42+2=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02A02 is #3FD5FD. Grayscale: #525252. Windows color (decimal): -4183550 or 142016. OLE color: 142016.

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

Color convert

RGB 192 42 2 -
CMYK 0 0.78 0.99 0.25
HSL 12.63º 0.98% 0.38% -
HSV(B) 12.63º 0.99% 0.75% -
XYZ 22.58 12.87 1.35 -
YUV 82.29 82.7 206.25 -
System Red Green Blue C M Y K H S L
Decimal 192 42 2 0 0.78 0.99 0.25 12.63 0.98 0.38
Hex C0 2A 2 0 4E 63 19 D 62 26
Octal 300 52 2 0 116 143 31 15 142 46
Binary 11000000 101010 10 0 1001110 1100011 11001 1101 1100010 100110

Color Harmonies of #C02A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02A02

Black with #C02A02

Text Example


Text Example

White with #C02A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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