Html Css Color HEX #D52509 Harley Davidson Orange

📋 copy color: '#D52509'

red 213 ◦ green 37 ◦ blue 9

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

Shades of Harley Davidson Orange #D52509

Tints of Harley Davidson Orange #D52509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

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

R = 82.24%
G = 14.29%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D52509 (or 0xD52509) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 09. RGB value is (213,37,9). Sum of RGB (Red+Green+Blue) = 213+37+9=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D52509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52509 is #2ADAF6. Grayscale: #565656. Windows color (decimal): -2808567 or 599509. OLE color: 599509.

HSL color Cylindrical-coordinate representation of color #D52509: hue angle of 8.24º 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 #D52509 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 37 9 -
CMYK 0 0.83 0.96 0.16
HSL 8.24º 0.92% 0.44% -
HSV(B) 8.24º 0.96% 0.84% -
XYZ 28.15 15.49 1.76 -
YUV 86.43 84.31 218.28 -
System Red Green Blue C M Y K H S L
Decimal 213 37 9 0 0.83 0.96 0.16 8.24 0.92 0.44
Hex D5 25 9 0 53 60 10 8 5C 2C
Octal 325 45 11 0 123 140 20 10 134 54
Binary 11010101 100101 1001 0 1010011 1100000 10000 1000 1011100 101100

Color Harmonies of #D52509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52509

Black with #D52509

Text Example


Text Example

White with #D52509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52509; }

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

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

background-color css

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

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

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

border-color css

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

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

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