Html Css Color HEX #C41C06 Harley Davidson Orange

📋 copy color: '#C41C06'

red 196 ◦ green 28 ◦ blue 6

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

Shades of Harley Davidson Orange #C41C06

Tints of Harley Davidson Orange #C41C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.17%

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 85.22%
G = 12.17%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C41C06 (or 0xC41C06) is known color: Harley Davidson Orange. HEX triplet: C4, 1C and 06. RGB value is (196,28,6). Sum of RGB (Red+Green+Blue) = 196+28+6=230 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.22% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41C06 is #3BE3F9. Grayscale: #4B4B4B. Windows color (decimal): -3924986 or 400580. OLE color: 400580.

HSL color Cylindrical-coordinate representation of color #C41C06: hue angle of 6.95º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C41C06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 6 -
CMYK 0 0.86 0.97 0.23
HSL 6.95º 0.94% 0.4% -
HSV(B) 6.95º 0.97% 0.77% -
XYZ 23.21 12.58 1.38 -
YUV 75.72 88.66 213.79 -
System Red Green Blue C M Y K H S L
Decimal 196 28 6 0 0.86 0.97 0.23 6.95 0.94 0.4
Hex C4 1C 6 0 56 61 17 7 5E 28
Octal 304 34 6 0 126 141 27 7 136 50
Binary 11000100 11100 110 0 1010110 1100001 10111 111 1011110 101000

Color Harmonies of #C41C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C06

Black with #C41C06

Text Example


Text Example

White with #C41C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C06; }

 p { color: rgb(196,28,6); }

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

background-color css

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

 a { background-color: rgb(196,28,6); }

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

border-color css

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

 span { border-color: rgb(196,28,6); }

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