Html Css Color HEX #C02003 Harley Davidson Orange

📋 copy color: '#C02003'

red 192 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #C02003

Tints of Harley Davidson Orange #C02003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 84.58%
G = 14.1%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C02003 (or 0xC02003) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 03. RGB value is (192,32,3). Sum of RGB (Red+Green+Blue) = 192+32+3=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C02003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02003 is #3FDFFC. Grayscale: #4C4C4C. Windows color (decimal): -4186109 or 204992. OLE color: 204992.

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

Color convert

RGB 192 32 3 -
CMYK 0 0.83 0.98 0.25
HSL 9.21º 0.97% 0.38% -
HSV(B) 9.21º 0.98% 0.75% -
XYZ 22.27 12.25 1.28 -
YUV 76.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 192 32 3 0 0.83 0.98 0.25 9.21 0.97 0.38
Hex C0 20 3 0 53 62 19 9 61 26
Octal 300 40 3 0 123 142 31 11 141 46
Binary 11000000 100000 11 0 1010011 1100010 11001 1001 1100001 100110

Color Harmonies of #C02003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02003

Black with #C02003

Text Example


Text Example

White with #C02003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02003; }

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

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

background-color css

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

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

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

border-color css

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

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

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