Html Css Color HEX #C42411 Harley Davidson Orange

📋 copy color: '#C42411'

red 196 ◦ green 36 ◦ blue 17

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

Shades of Harley Davidson Orange #C42411

Tints of Harley Davidson Orange #C42411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 78.71%
G = 14.46%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C42411 (or 0xC42411) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 11. RGB value is (196,36,17). Sum of RGB (Red+Green+Blue) = 196+36+17=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C42411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42411 is #3BDBEE. Grayscale: #515151. Windows color (decimal): -3922927 or 1123524. OLE color: 1123524.

HSL color Cylindrical-coordinate representation of color #C42411: hue angle of 6.37º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C42411 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 36 17 -
CMYK 0 0.82 0.91 0.23
HSL 6.37º 0.84% 0.42% -
HSV(B) 6.37º 0.91% 0.77% -
XYZ 23.5 13.04 1.81 -
YUV 81.67 91.51 209.54 -
System Red Green Blue C M Y K H S L
Decimal 196 36 17 0 0.82 0.91 0.23 6.37 0.84 0.42
Hex C4 24 11 0 52 5B 17 6 54 2A
Octal 304 44 21 0 122 133 27 6 124 52
Binary 11000100 100100 10001 0 1010010 1011011 10111 110 1010100 101010

Color Harmonies of #C42411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42411

Black with #C42411

Text Example


Text Example

White with #C42411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42411; }

 p { color: rgb(196,36,17); }

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

background-color css

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

 a { background-color: rgb(196,36,17); }

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

border-color css

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

 span { border-color: rgb(196,36,17); }

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