Html Css Color HEX #D2441F Harley Davidson Orange

📋 copy color: '#D2441F'

red 210 ◦ green 68 ◦ blue 31

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

Shades of Harley Davidson Orange #D2441F

Tints of Harley Davidson Orange #D2441F

RGB

 RED value IS 210 (82.42% from 255) = 67.96%

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 67.96%
G = 22.01%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2441F (or 0xD2441F) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 1F. RGB value is (210,68,31). Sum of RGB (Red+Green+Blue) = 210+68+31=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2441F is #2DBBE0. Grayscale: #6A6A6A. Windows color (decimal): -2997217 or 2049234. OLE color: 2049234.

HSL color Cylindrical-coordinate representation of color #D2441F: hue angle of 12.4º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2441F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 31 -
CMYK 0 0.68 0.85 0.18
HSL 12.4º 0.74% 0.47% -
HSV(B) 12.4º 0.85% 0.82% -
XYZ 28.89 17.93 3.24 -
YUV 106.24 85.54 202.01 -
System Red Green Blue C M Y K H S L
Decimal 210 68 31 0 0.68 0.85 0.18 12.4 0.74 0.47
Hex D2 44 1F 0 44 55 12 C 4A 2F
Octal 322 104 37 0 104 125 22 14 112 57
Binary 11010010 1000100 11111 0 1000100 1010101 10010 1100 1001010 101111

Color Harmonies of #D2441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2441F

Black with #D2441F

Text Example


Text Example

White with #D2441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2441F; }

 p { color: rgb(210,68,31); }

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

background-color css

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

 a { background-color: rgb(210,68,31); }

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

border-color css

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

 span { border-color: rgb(210,68,31); }

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