Html Css Color HEX #D2400F Harley Davidson Orange

📋 copy color: '#D2400F'

red 210 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #D2400F

Tints of Harley Davidson Orange #D2400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

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

R = 72.66%
G = 22.15%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2400F (or 0xD2400F) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 0F. RGB value is (210,64,15). Sum of RGB (Red+Green+Blue) = 210+64+15=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D2400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2400F is #2DBFF0. Grayscale: #666666. Windows color (decimal): -2998257 or 999634. OLE color: 999634.

HSL color Cylindrical-coordinate representation of color #D2400F: hue angle of 15.08º degrees, saturation: 0.87, 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 #D2400F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 15 -
CMYK 0 0.70 0.93 0.18
HSL 15.08º 0.87% 0.44% -
HSV(B) 15.08º 0.93% 0.82% -
XYZ 28.5 17.4 2.31 -
YUV 102.07 78.87 204.98 -
System Red Green Blue C M Y K H S L
Decimal 210 64 15 0 0.70 0.93 0.18 15.08 0.87 0.44
Hex D2 40 F 0 46 5D 12 F 57 2C
Octal 322 100 17 0 106 135 22 17 127 54
Binary 11010010 1000000 1111 0 1000110 1011101 10010 1111 1010111 101100

Color Harmonies of #D2400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2400F

Black with #D2400F

Text Example


Text Example

White with #D2400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2400F; }

 p { color: rgb(210,64,15); }

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

background-color css

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

 a { background-color: rgb(210,64,15); }

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

border-color css

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

 span { border-color: rgb(210,64,15); }

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