Html Css Color HEX #D24115 Harley Davidson Orange

📋 copy color: '#D24115'

red 210 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #D24115

Tints of Harley Davidson Orange #D24115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

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

R = 70.95%
G = 21.96%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24115 (or 0xD24115) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 15. RGB value is (210,65,21). Sum of RGB (Red+Green+Blue) = 210+65+21=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D24115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24115 is #2DBEEA. Grayscale: #676767. Windows color (decimal): -2997995 or 1393106. OLE color: 1393106.

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

Color convert

RGB 210 65 21 -
CMYK 0 0.69 0.90 0.18
HSL 13.97º 0.82% 0.45% -
HSV(B) 13.97º 0.9% 0.82% -
XYZ 28.6 17.54 2.59 -
YUV 103.34 81.54 204.08 -
System Red Green Blue C M Y K H S L
Decimal 210 65 21 0 0.69 0.90 0.18 13.97 0.82 0.45
Hex D2 41 15 0 45 5A 12 E 52 2D
Octal 322 101 25 0 105 132 22 16 122 55
Binary 11010010 1000001 10101 0 1000101 1011010 10010 1110 1010010 101101

Color Harmonies of #D24115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24115

Black with #D24115

Text Example


Text Example

White with #D24115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24115; }

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

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

background-color css

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

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

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

border-color css

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

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

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