Html Css Color HEX #D41F0C Harley Davidson Orange

📋 copy color: '#D41F0C'

red 212 ◦ green 31 ◦ blue 12

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

Shades of Harley Davidson Orange #D41F0C

Tints of Harley Davidson Orange #D41F0C

RGB

 RED value IS 212 (83.2% from 255) = 83.14%

 GREEN value IS 31 (12.5% from 255) = 12.16%

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 83.14%
G = 12.16%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D41F0C (or 0xD41F0C) is known color: Harley Davidson Orange. HEX triplet: D4, 1F and 0C. RGB value is (212,31,12). Sum of RGB (Red+Green+Blue) = 212+31+12=255 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.14% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 212 - color contains mainly: red. Hex color #D41F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41F0C is #2BE0F3. Grayscale: #535353. Windows color (decimal): -2875636 or 794580. OLE color: 794580.

HSL color Cylindrical-coordinate representation of color #D41F0C: hue angle of 5.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D41F0C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 31 12 -
CMYK 0 0.85 0.94 0.17
HSL 5.7º 0.89% 0.44% -
HSV(B) 5.7º 0.94% 0.83% -
XYZ 27.71 15 1.78 -
YUV 82.95 87.97 220.04 -
System Red Green Blue C M Y K H S L
Decimal 212 31 12 0 0.85 0.94 0.17 5.7 0.89 0.44
Hex D4 1F C 0 55 5E 11 6 59 2C
Octal 324 37 14 0 125 136 21 6 131 54
Binary 11010100 11111 1100 0 1010101 1011110 10001 110 1011001 101100

Color Harmonies of #D41F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41F0C

Black with #D41F0C

Text Example


Text Example

White with #D41F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41F0C; }

 p { color: rgb(212,31,12); }

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

background-color css

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

 a { background-color: rgb(212,31,12); }

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

border-color css

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

 span { border-color: rgb(212,31,12); }

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