Html Css Color HEX #D52709 Harley Davidson Orange

📋 copy color: '#D52709'

red 213 ◦ green 39 ◦ blue 9

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

Shades of Harley Davidson Orange #D52709

Tints of Harley Davidson Orange #D52709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.94%

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

R = 81.61%
G = 14.94%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D52709 (or 0xD52709) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 09. RGB value is (213,39,9). Sum of RGB (Red+Green+Blue) = 213+39+9=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D52709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52709 is #2AD8F6. Grayscale: #575757. Windows color (decimal): -2808055 or 600021. OLE color: 600021.

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

Color convert

RGB 213 39 9 -
CMYK 0 0.82 0.96 0.16
HSL 8.82º 0.92% 0.44% -
HSV(B) 8.82º 0.96% 0.84% -
XYZ 28.22 15.62 1.79 -
YUV 87.61 83.65 217.44 -
System Red Green Blue C M Y K H S L
Decimal 213 39 9 0 0.82 0.96 0.16 8.82 0.92 0.44
Hex D5 27 9 0 52 60 10 9 5C 2C
Octal 325 47 11 0 122 140 20 11 134 54
Binary 11010101 100111 1001 0 1010010 1100000 10000 1001 1011100 101100

Color Harmonies of #D52709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52709

Black with #D52709

Text Example


Text Example

White with #D52709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52709; }

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

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

background-color css

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

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

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

border-color css

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

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

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