Html Css Color HEX #D24A1D Harley Davidson Orange

📋 copy color: '#D24A1D'

red 210 ◦ green 74 ◦ blue 29

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

Shades of Harley Davidson Orange #D24A1D

Tints of Harley Davidson Orange #D24A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 67.09%
G = 23.64%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D24A1D (or 0xD24A1D) is known color: Harley Davidson Orange. HEX triplet: D2, 4A and 1D. RGB value is (210,74,29). Sum of RGB (Red+Green+Blue) = 210+74+29=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A1D is #2DB5E2. Grayscale: #6D6D6D. Windows color (decimal): -2995683 or 1919698. OLE color: 1919698.

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

Color convert

RGB 210 74 29 -
CMYK 0 0.65 0.86 0.18
HSL 14.92º 0.76% 0.47% -
HSV(B) 14.92º 0.86% 0.82% -
XYZ 29.25 18.69 3.23 -
YUV 109.53 82.56 199.66 -
System Red Green Blue C M Y K H S L
Decimal 210 74 29 0 0.65 0.86 0.18 14.92 0.76 0.47
Hex D2 4A 1D 0 41 56 12 F 4C 2F
Octal 322 112 35 0 101 126 22 17 114 57
Binary 11010010 1001010 11101 0 1000001 1010110 10010 1111 1001100 101111

Color Harmonies of #D24A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A1D

Black with #D24A1D

Text Example


Text Example

White with #D24A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A1D; }

 p { color: rgb(210,74,29); }

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

background-color css

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

 a { background-color: rgb(210,74,29); }

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

border-color css

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

 span { border-color: rgb(210,74,29); }

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