Html Css Color HEX #C41D0F Harley Davidson Orange

📋 copy color: '#C41D0F'

red 196 ◦ green 29 ◦ blue 15

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

Shades of Harley Davidson Orange #C41D0F

Tints of Harley Davidson Orange #C41D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 81.67%
G = 12.08%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C41D0F (or 0xC41D0F) is known color: Harley Davidson Orange. HEX triplet: C4, 1D and 0F. RGB value is (196,29,15). Sum of RGB (Red+Green+Blue) = 196+29+15=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41D0F is #3BE2F0. Grayscale: #4D4D4D. Windows color (decimal): -3924721 or 990660. OLE color: 990660.

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

Color convert

RGB 196 29 15 -
CMYK 0 0.85 0.92 0.23
HSL 4.64º 0.86% 0.41% -
HSV(B) 4.64º 0.92% 0.77% -
XYZ 23.29 12.65 1.67 -
YUV 77.34 92.83 212.64 -
System Red Green Blue C M Y K H S L
Decimal 196 29 15 0 0.85 0.92 0.23 4.64 0.86 0.41
Hex C4 1D F 0 55 5C 17 5 56 29
Octal 304 35 17 0 125 134 27 5 126 51
Binary 11000100 11101 1111 0 1010101 1011100 10111 101 1010110 101001

Color Harmonies of #C41D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41D0F

Black with #C41D0F

Text Example


Text Example

White with #C41D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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