Html Css Color HEX #D24A13 Harley Davidson Orange

📋 copy color: '#D24A13'

red 210 ◦ green 74 ◦ blue 19

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

Shades of Harley Davidson Orange #D24A13

Tints of Harley Davidson Orange #D24A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 69.31%
G = 24.42%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D24A13 (or 0xD24A13) is known color: Harley Davidson Orange. HEX triplet: D2, 4A and 13. RGB value is (210,74,19). Sum of RGB (Red+Green+Blue) = 210+74+19=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24A13 is #2DB5EC. Grayscale: #6C6C6C. Windows color (decimal): -2995693 or 1264338. OLE color: 1264338.

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

Color convert

RGB 210 74 19 -
CMYK 0 0.65 0.91 0.18
HSL 17.28º 0.83% 0.45% -
HSV(B) 17.28º 0.91% 0.82% -
XYZ 29.14 18.65 2.68 -
YUV 108.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 210 74 19 0 0.65 0.91 0.18 17.28 0.83 0.45
Hex D2 4A 13 0 41 5B 12 11 53 2D
Octal 322 112 23 0 101 133 22 21 123 55
Binary 11010010 1001010 10011 0 1000001 1011011 10010 10001 1010011 101101

Color Harmonies of #D24A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A13

Black with #D24A13

Text Example


Text Example

White with #D24A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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