Html Css Color HEX #C41D02 Harley Davidson Orange

📋 copy color: '#C41D02'

red 196 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #C41D02

Tints of Harley Davidson Orange #C41D02

RGB

 RED value IS 196 (76.95% from 255) = 86.34%

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

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

R = 86.34%
G = 12.78%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C41D02 (or 0xC41D02) is known color: Harley Davidson Orange. HEX triplet: C4, 1D and 02. RGB value is (196,29,2). Sum of RGB (Red+Green+Blue) = 196+29+2=227 (30% of max value = 765). Red value is 196 (76.95% from 255 or 86.34% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41D02 is #3BE2FD. Grayscale: #4C4C4C. Windows color (decimal): -3924734 or 138692. OLE color: 138692.

HSL color Cylindrical-coordinate representation of color #C41D02: hue angle of 8.35º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C41D02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 29 2 -
CMYK 0 0.85 0.99 0.23
HSL 8.35º 0.98% 0.39% -
HSV(B) 8.35º 0.99% 0.77% -
XYZ 23.22 12.62 1.27 -
YUV 75.86 86.33 213.7 -
System Red Green Blue C M Y K H S L
Decimal 196 29 2 0 0.85 0.99 0.23 8.35 0.98 0.39
Hex C4 1D 2 0 55 63 17 8 62 27
Octal 304 35 2 0 125 143 27 10 142 47
Binary 11000100 11101 10 0 1010101 1100011 10111 1000 1100010 100111

Color Harmonies of #C41D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41D02

Black with #C41D02

Text Example


Text Example

White with #C41D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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