Html Css Color HEX #C41C01 Harley Davidson Orange

📋 copy color: '#C41C01'

red 196 ◦ green 28 ◦ blue 1

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

Shades of Harley Davidson Orange #C41C01

Tints of Harley Davidson Orange #C41C01

RGB

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

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

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

R = 87.11%
G = 12.44%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C41C01 (or 0xC41C01) is known color: Harley Davidson Orange. HEX triplet: C4, 1C and 01. RGB value is (196,28,1). Sum of RGB (Red+Green+Blue) = 196+28+1=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41C01 is #3BE3FE. Grayscale: #4B4B4B. Windows color (decimal): -3924991 or 72900. OLE color: 72900.

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

Color convert

RGB 196 28 1 -
CMYK 0 0.86 0.99 0.23
HSL 8.31º 0.99% 0.39% -
HSV(B) 8.31º 0.99% 0.77% -
XYZ 23.19 12.57 1.23 -
YUV 75.15 86.16 214.2 -
System Red Green Blue C M Y K H S L
Decimal 196 28 1 0 0.86 0.99 0.23 8.31 0.99 0.39
Hex C4 1C 1 0 56 63 17 8 63 27
Octal 304 34 1 0 126 143 27 10 143 47
Binary 11000100 11100 1 0 1010110 1100011 10111 1000 1100011 100111

Color Harmonies of #C41C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C01

Black with #C41C01

Text Example


Text Example

White with #C41C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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