Html Css Color HEX #D24914 Harley Davidson Orange

📋 copy color: '#D24914'

red 210 ◦ green 73 ◦ blue 20

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

Shades of Harley Davidson Orange #D24914

Tints of Harley Davidson Orange #D24914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 69.31%
G = 24.09%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D24914 (or 0xD24914) is known color: Harley Davidson Orange. HEX triplet: D2, 49 and 14. RGB value is (210,73,20). Sum of RGB (Red+Green+Blue) = 210+73+20=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D24914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24914 is #2DB6EB. Grayscale: #6C6C6C. Windows color (decimal): -2995948 or 1329618. OLE color: 1329618.

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

Color convert

RGB 210 73 20 -
CMYK 0 0.65 0.90 0.18
HSL 16.74º 0.83% 0.45% -
HSV(B) 16.74º 0.9% 0.82% -
XYZ 29.09 18.52 2.7 -
YUV 107.92 78.39 200.81 -
System Red Green Blue C M Y K H S L
Decimal 210 73 20 0 0.65 0.90 0.18 16.74 0.83 0.45
Hex D2 49 14 0 41 5A 12 11 53 2D
Octal 322 111 24 0 101 132 22 21 123 55
Binary 11010010 1001001 10100 0 1000001 1011010 10010 10001 1010011 101101

Color Harmonies of #D24914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24914

Black with #D24914

Text Example


Text Example

White with #D24914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24914; }

 p { color: rgb(210,73,20); }

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

background-color css

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

 a { background-color: rgb(210,73,20); }

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

border-color css

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

 span { border-color: rgb(210,73,20); }

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