Html Css Color HEX #D24A1C Harley Davidson Orange

📋 copy color: '#D24A1C'

red 210 ◦ green 74 ◦ blue 28

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

Shades of Harley Davidson Orange #D24A1C

Tints of Harley Davidson Orange #D24A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 67.31%
G = 23.72%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D24A1C (or 0xD24A1C) is known color: Harley Davidson Orange. HEX triplet: D2, 4A and 1C. RGB value is (210,74,28). Sum of RGB (Red+Green+Blue) = 210+74+28=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A1C is #2DB5E3. Grayscale: #6D6D6D. Windows color (decimal): -2995684 or 1854162. OLE color: 1854162.

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

Color convert

RGB 210 74 28 -
CMYK 0 0.65 0.87 0.18
HSL 15.16º 0.76% 0.47% -
HSV(B) 15.16º 0.87% 0.82% -
XYZ 29.24 18.68 3.16 -
YUV 109.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 210 74 28 0 0.65 0.87 0.18 15.16 0.76 0.47
Hex D2 4A 1C 0 41 57 12 F 4C 2F
Octal 322 112 34 0 101 127 22 17 114 57
Binary 11010010 1001010 11100 0 1000001 1010111 10010 1111 1001100 101111

Color Harmonies of #D24A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A1C

Black with #D24A1C

Text Example


Text Example

White with #D24A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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