Html Css Color HEX #D24415 Harley Davidson Orange

📋 copy color: '#D24415'

red 210 ◦ green 68 ◦ blue 21

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

Shades of Harley Davidson Orange #D24415

Tints of Harley Davidson Orange #D24415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 70.23%
G = 22.74%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24415 (or 0xD24415) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 15. RGB value is (210,68,21). Sum of RGB (Red+Green+Blue) = 210+68+21=299 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.23% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 210 - color contains mainly: red. Hex color #D24415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24415 is #2DBBEA. Grayscale: #696969. Windows color (decimal): -2997227 or 1393874. OLE color: 1393874.

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

Color convert

RGB 210 68 21 -
CMYK 0 0.68 0.90 0.18
HSL 14.92º 0.82% 0.45% -
HSV(B) 14.92º 0.9% 0.82% -
XYZ 28.78 17.89 2.65 -
YUV 105.1 80.54 202.82 -
System Red Green Blue C M Y K H S L
Decimal 210 68 21 0 0.68 0.90 0.18 14.92 0.82 0.45
Hex D2 44 15 0 44 5A 12 F 52 2D
Octal 322 104 25 0 104 132 22 17 122 55
Binary 11010010 1000100 10101 0 1000100 1011010 10010 1111 1010010 101101

Color Harmonies of #D24415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24415

Black with #D24415

Text Example


Text Example

White with #D24415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24415; }

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

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

background-color css

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

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

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

border-color css

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

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

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