Html Css Color HEX #C02001 Harley Davidson Orange

📋 copy color: '#C02001'

red 192 ◦ green 32 ◦ blue 1

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

Shades of Harley Davidson Orange #C02001

Tints of Harley Davidson Orange #C02001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 85.33%
G = 14.22%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C02001 (or 0xC02001) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 01. RGB value is (192,32,1). Sum of RGB (Red+Green+Blue) = 192+32+1=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C02001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02001 is #3FDFFE. Grayscale: #4C4C4C. Windows color (decimal): -4186111 or 73920. OLE color: 73920.

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

Color convert

RGB 192 32 1 -
CMYK 0 0.83 0.99 0.25
HSL 9.74º 0.99% 0.38% -
HSV(B) 9.74º 0.99% 0.75% -
XYZ 22.26 12.24 1.22 -
YUV 76.31 85.51 210.52 -
System Red Green Blue C M Y K H S L
Decimal 192 32 1 0 0.83 0.99 0.25 9.74 0.99 0.38
Hex C0 20 1 0 53 63 19 A 63 26
Octal 300 40 1 0 123 143 31 12 143 46
Binary 11000000 100000 1 0 1010011 1100011 11001 1010 1100011 100110

Color Harmonies of #C02001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02001

Black with #C02001

Text Example


Text Example

White with #C02001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02001; }

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

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

background-color css

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

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

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

border-color css

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

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

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