Html Css Color HEX #D52609 Harley Davidson Orange

📋 copy color: '#D52609'

red 213 ◦ green 38 ◦ blue 9

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

Shades of Harley Davidson Orange #D52609

Tints of Harley Davidson Orange #D52609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

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

R = 81.92%
G = 14.62%
B = 3.46%

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

#D52609 (or 0xD52609) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 09. RGB value is (213,38,9). Sum of RGB (Red+Green+Blue) = 213+38+9=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D52609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52609 is #2AD9F6. Grayscale: #575757. Windows color (decimal): -2808311 or 599765. OLE color: 599765.

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

Color convert

RGB 213 38 9 -
CMYK 0 0.82 0.96 0.16
HSL 8.53º 0.92% 0.44% -
HSV(B) 8.53º 0.96% 0.84% -
XYZ 28.18 15.55 1.77 -
YUV 87.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 213 38 9 0 0.82 0.96 0.16 8.53 0.92 0.44
Hex D5 26 9 0 52 60 10 9 5C 2C
Octal 325 46 11 0 122 140 20 11 134 54
Binary 11010101 100110 1001 0 1010010 1100000 10000 1001 1011100 101100

Color Harmonies of #D52609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52609

Black with #D52609

Text Example


Text Example

White with #D52609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52609; }

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

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

background-color css

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

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

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

border-color css

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

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

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