Html Css Color HEX #D24615 Harley Davidson Orange

📋 copy color: '#D24615'

red 210 ◦ green 70 ◦ blue 21

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

Shades of Harley Davidson Orange #D24615

Tints of Harley Davidson Orange #D24615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

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

R = 69.77%
G = 23.26%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24615 (or 0xD24615) is known color: Harley Davidson Orange. HEX triplet: D2, 46 and 15. RGB value is (210,70,21). Sum of RGB (Red+Green+Blue) = 210+70+21=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D24615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24615 is #2DB9EA. Grayscale: #6A6A6A. Windows color (decimal): -2996715 or 1394386. OLE color: 1394386.

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

Color convert

RGB 210 70 21 -
CMYK 0 0.67 0.90 0.18
HSL 15.56º 0.82% 0.45% -
HSV(B) 15.56º 0.9% 0.82% -
XYZ 28.9 18.14 2.69 -
YUV 106.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 210 70 21 0 0.67 0.90 0.18 15.56 0.82 0.45
Hex D2 46 15 0 43 5A 12 10 52 2D
Octal 322 106 25 0 103 132 22 20 122 55
Binary 11010010 1000110 10101 0 1000011 1011010 10010 10000 1010010 101101

Color Harmonies of #D24615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24615

Black with #D24615

Text Example


Text Example

White with #D24615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24615; }

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

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

background-color css

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

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

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

border-color css

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

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

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