Html Css Color HEX #D2421F Harley Davidson Orange

📋 copy color: '#D2421F'

red 210 ◦ green 66 ◦ blue 31

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

Shades of Harley Davidson Orange #D2421F

Tints of Harley Davidson Orange #D2421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

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

R = 68.4%
G = 21.5%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2421F (or 0xD2421F) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 1F. RGB value is (210,66,31). Sum of RGB (Red+Green+Blue) = 210+66+31=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2421F is #2DBDE0. Grayscale: #696969. Windows color (decimal): -2997729 or 2048722. OLE color: 2048722.

HSL color Cylindrical-coordinate representation of color #D2421F: hue angle of 11.73º 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 #D2421F is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 66 31 -
CMYK 0 0.69 0.85 0.18
HSL 11.73º 0.74% 0.47% -
HSV(B) 11.73º 0.85% 0.82% -
XYZ 28.77 17.7 3.2 -
YUV 105.07 86.21 202.85 -
System Red Green Blue C M Y K H S L
Decimal 210 66 31 0 0.69 0.85 0.18 11.73 0.74 0.47
Hex D2 42 1F 0 45 55 12 C 4A 2F
Octal 322 102 37 0 105 125 22 14 112 57
Binary 11010010 1000010 11111 0 1000101 1010101 10010 1100 1001010 101111

Color Harmonies of #D2421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2421F

Black with #D2421F

Text Example


Text Example

White with #D2421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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