Html Css Color HEX #D52A0E Harley Davidson Orange

📋 copy color: '#D52A0E'

red 213 ◦ green 42 ◦ blue 14

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

Shades of Harley Davidson Orange #D52A0E

Tints of Harley Davidson Orange #D52A0E

RGB

 RED value IS 213 (83.59% from 255) = 79.18%

 GREEN value IS 42 (16.8% from 255) = 15.61%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 79.18%
G = 15.61%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D52A0E (or 0xD52A0E) is known color: Harley Davidson Orange. HEX triplet: D5, 2A and 0E. RGB value is (213,42,14). Sum of RGB (Red+Green+Blue) = 213+42+14=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52A0E is #2AD5F1. Grayscale: #5A5A5A. Windows color (decimal): -2807282 or 928469. OLE color: 928469.

HSL color Cylindrical-coordinate representation of color #D52A0E: hue angle of 8.44º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D52A0E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 42 14 -
CMYK 0 0.80 0.93 0.16
HSL 8.44º 0.88% 0.45% -
HSV(B) 8.44º 0.93% 0.84% -
XYZ 28.35 15.83 1.98 -
YUV 89.94 85.15 215.78 -
System Red Green Blue C M Y K H S L
Decimal 213 42 14 0 0.80 0.93 0.16 8.44 0.88 0.45
Hex D5 2A E 0 50 5D 10 8 58 2D
Octal 325 52 16 0 120 135 20 10 130 55
Binary 11010101 101010 1110 0 1010000 1011101 10000 1000 1011000 101101

Color Harmonies of #D52A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A0E

Black with #D52A0E

Text Example


Text Example

White with #D52A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A0E; }

 p { color: rgb(213,42,14); }

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

background-color css

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

 a { background-color: rgb(213,42,14); }

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

border-color css

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

 span { border-color: rgb(213,42,14); }

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