Html Css Color HEX #C01D02 Harley Davidson Orange

📋 copy color: '#C01D02'

red 192 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #C01D02

Tints of Harley Davidson Orange #C01D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

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

R = 86.1%
G = 13%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C01D02 (or 0xC01D02) is known color: Harley Davidson Orange. HEX triplet: C0, 1D and 02. RGB value is (192,29,2). Sum of RGB (Red+Green+Blue) = 192+29+2=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D02 is #3FE2FD. Grayscale: #4A4A4A. Windows color (decimal): -4186878 or 138688. OLE color: 138688.

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

Color convert

RGB 192 29 2 -
CMYK 0 0.85 0.99 0.25
HSL 8.53º 0.98% 0.38% -
HSV(B) 8.53º 0.99% 0.75% -
XYZ 22.19 12.09 1.22 -
YUV 74.66 87 211.7 -
System Red Green Blue C M Y K H S L
Decimal 192 29 2 0 0.85 0.99 0.25 8.53 0.98 0.38
Hex C0 1D 2 0 55 63 19 9 62 26
Octal 300 35 2 0 125 143 31 11 142 46
Binary 11000000 11101 10 0 1010101 1100011 11001 1001 1100010 100110

Color Harmonies of #C01D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D02

Black with #C01D02

Text Example


Text Example

White with #C01D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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