Html Css Color HEX #D52209 Harley Davidson Orange

📋 copy color: '#D52209'

red 213 ◦ green 34 ◦ blue 9

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

Shades of Harley Davidson Orange #D52209

Tints of Harley Davidson Orange #D52209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 83.2%
G = 13.28%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D52209 (or 0xD52209) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 09. RGB value is (213,34,9). Sum of RGB (Red+Green+Blue) = 213+34+9=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D52209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52209 is #2ADDF6. Grayscale: #545454. Windows color (decimal): -2809335 or 598741. OLE color: 598741.

HSL color Cylindrical-coordinate representation of color #D52209: hue angle of 7.35º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D52209 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 34 9 -
CMYK 0 0.84 0.96 0.16
HSL 7.35º 0.92% 0.44% -
HSV(B) 7.35º 0.96% 0.84% -
XYZ 28.06 15.31 1.73 -
YUV 84.67 85.3 219.53 -
System Red Green Blue C M Y K H S L
Decimal 213 34 9 0 0.84 0.96 0.16 7.35 0.92 0.44
Hex D5 22 9 0 54 60 10 7 5C 2C
Octal 325 42 11 0 124 140 20 7 134 54
Binary 11010101 100010 1001 0 1010100 1100000 10000 111 1011100 101100

Color Harmonies of #D52209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52209

Black with #D52209

Text Example


Text Example

White with #D52209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52209; }

 p { color: rgb(213,34,9); }

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

background-color css

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

 a { background-color: rgb(213,34,9); }

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

border-color css

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

 span { border-color: rgb(213,34,9); }

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