Html Css Color HEX #D24815 Harley Davidson Orange

📋 copy color: '#D24815'

red 210 ◦ green 72 ◦ blue 21

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

Shades of Harley Davidson Orange #D24815

Tints of Harley Davidson Orange #D24815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 69.31%
G = 23.76%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24815 (or 0xD24815) is known color: Harley Davidson Orange. HEX triplet: D2, 48 and 15. RGB value is (210,72,21). Sum of RGB (Red+Green+Blue) = 210+72+21=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D24815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24815 is #2DB7EA. Grayscale: #6B6B6B. Windows color (decimal): -2996203 or 1394898. OLE color: 1394898.

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

Color convert

RGB 210 72 21 -
CMYK 0 0.66 0.90 0.18
HSL 16.19º 0.82% 0.45% -
HSV(B) 16.19º 0.9% 0.82% -
XYZ 29.03 18.39 2.73 -
YUV 107.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 210 72 21 0 0.66 0.90 0.18 16.19 0.82 0.45
Hex D2 48 15 0 42 5A 12 10 52 2D
Octal 322 110 25 0 102 132 22 20 122 55
Binary 11010010 1001000 10101 0 1000010 1011010 10010 10000 1010010 101101

Color Harmonies of #D24815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24815

Black with #D24815

Text Example


Text Example

White with #D24815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24815; }

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

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

background-color css

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

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

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

border-color css

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

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

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