Html Css Color HEX #C02000 Harley Davidson Orange

📋 copy color: '#C02000'

red 192 ◦ green 32 ◦ blue 0

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

Shades of Harley Davidson Orange #C02000

Tints of Harley Davidson Orange #C02000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 85.71%
G = 14.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C02000 (or 0xC02000) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 00. RGB value is (192,32,0). Sum of RGB (Red+Green+Blue) = 192+32+0=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C02000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02000 is #3FDFFF. Grayscale: #4C4C4C. Windows color (decimal): -4186112 or 8384. OLE color: 8384.

HSL color Cylindrical-coordinate representation of color #C02000: hue angle of 10º 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 #C02000 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 0 -
CMYK 0 0.83 1 0.25
HSL 10º 1% 0.38% -
HSV(B) 10º 1% 0.75% -
XYZ 22.25 12.24 1.19 -
YUV 76.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 192 32 0 0 0.83 1 0.25 10 1 0.38
Hex C0 20 0 0 53 64 19 A 64 26
Octal 300 40 0 0 123 144 31 12 144 46
Binary 11000000 100000 0 0 1010011 1100100 11001 1010 1100100 100110

Color Harmonies of #C02000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02000

Black with #C02000

Text Example


Text Example

White with #C02000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02000; }

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

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

background-color css

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

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

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

border-color css

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

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

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