Html Css Color HEX #C02200 Harley Davidson Orange

📋 copy color: '#C02200'

red 192 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #C02200

Tints of Harley Davidson Orange #C02200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.96%
G = 15.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C02200 (or 0xC02200) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 00. RGB value is (192,34,0). Sum of RGB (Red+Green+Blue) = 192+34+0=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C02200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02200 is #3FDDFF. Grayscale: #4D4D4D. Windows color (decimal): -4185600 or 8896. OLE color: 8896.

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

Color convert

RGB 192 34 0 -
CMYK 0 0.82 1 0.25
HSL 10.63º 1% 0.38% -
HSV(B) 10.63º 1% 0.75% -
XYZ 22.31 12.35 1.21 -
YUV 77.37 84.35 209.76 -
System Red Green Blue C M Y K H S L
Decimal 192 34 0 0 0.82 1 0.25 10.63 1 0.38
Hex C0 22 0 0 52 64 19 B 64 26
Octal 300 42 0 0 122 144 31 13 144 46
Binary 11000000 100010 0 0 1010010 1100100 11001 1011 1100100 100110

Color Harmonies of #C02200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02200

Black with #C02200

Text Example


Text Example

White with #C02200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02200; }

 p { color: rgb(192,34,0); }

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

background-color css

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

 a { background-color: rgb(192,34,0); }

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

border-color css

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

 span { border-color: rgb(192,34,0); }

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