Html Css Color HEX #D2240E Harley Davidson Orange

📋 copy color: '#D2240E'

red 210 ◦ green 36 ◦ blue 14

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

Shades of Harley Davidson Orange #D2240E

Tints of Harley Davidson Orange #D2240E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 80.77%
G = 13.85%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2240E (or 0xD2240E) is known color: Harley Davidson Orange. HEX triplet: D2, 24 and 0E. RGB value is (210,36,14). Sum of RGB (Red+Green+Blue) = 210+36+14=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D2240E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2240E is #2DDBF1. Grayscale: #555555. Windows color (decimal): -3005426 or 926930. OLE color: 926930.

HSL color Cylindrical-coordinate representation of color #D2240E: hue angle of 6.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2240E is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 36 14 -
CMYK 0 0.83 0.93 0.18
HSL 6.73º 0.88% 0.44% -
HSV(B) 6.73º 0.93% 0.82% -
XYZ 27.29 15 1.87 -
YUV 85.52 87.65 216.79 -
System Red Green Blue C M Y K H S L
Decimal 210 36 14 0 0.83 0.93 0.18 6.73 0.88 0.44
Hex D2 24 E 0 53 5D 12 7 58 2C
Octal 322 44 16 0 123 135 22 7 130 54
Binary 11010010 100100 1110 0 1010011 1011101 10010 111 1011000 101100

Color Harmonies of #D2240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2240E

Black with #D2240E

Text Example


Text Example

White with #D2240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2240E; }

 p { color: rgb(210,36,14); }

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

background-color css

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

 a { background-color: rgb(210,36,14); }

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

border-color css

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

 span { border-color: rgb(210,36,14); }

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