Html Css Color HEX #D24A1A Harley Davidson Orange

📋 copy color: '#D24A1A'

red 210 ◦ green 74 ◦ blue 26

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

Shades of Harley Davidson Orange #D24A1A

Tints of Harley Davidson Orange #D24A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.39%

R = 67.74%
G = 23.87%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D24A1A (or 0xD24A1A) is known color: Harley Davidson Orange. HEX triplet: D2, 4A and 1A. RGB value is (210,74,26). Sum of RGB (Red+Green+Blue) = 210+74+26=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A1A is #2DB5E5. Grayscale: #6D6D6D. Windows color (decimal): -2995686 or 1723090. OLE color: 1723090.

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

Color convert

RGB 210 74 26 -
CMYK 0 0.65 0.88 0.18
HSL 15.65º 0.78% 0.46% -
HSV(B) 15.65º 0.88% 0.82% -
XYZ 29.21 18.67 3.04 -
YUV 109.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 210 74 26 0 0.65 0.88 0.18 15.65 0.78 0.46
Hex D2 4A 1A 0 41 58 12 10 4E 2E
Octal 322 112 32 0 101 130 22 20 116 56
Binary 11010010 1001010 11010 0 1000001 1011000 10010 10000 1001110 101110

Color Harmonies of #D24A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A1A

Black with #D24A1A

Text Example


Text Example

White with #D24A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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