Html Css Color HEX #D52909 Harley Davidson Orange

📋 copy color: '#D52909'

red 213 ◦ green 41 ◦ blue 9

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

Shades of Harley Davidson Orange #D52909

Tints of Harley Davidson Orange #D52909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 80.99%
G = 15.59%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D52909 (or 0xD52909) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 09. RGB value is (213,41,9). Sum of RGB (Red+Green+Blue) = 213+41+9=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D52909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52909 is #2AD6F6. Grayscale: #595959. Windows color (decimal): -2807543 or 600533. OLE color: 600533.

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

Color convert

RGB 213 41 9 -
CMYK 0 0.81 0.96 0.16
HSL 9.41º 0.92% 0.44% -
HSV(B) 9.41º 0.96% 0.84% -
XYZ 28.28 15.75 1.81 -
YUV 88.78 82.98 216.6 -
System Red Green Blue C M Y K H S L
Decimal 213 41 9 0 0.81 0.96 0.16 9.41 0.92 0.44
Hex D5 29 9 0 51 60 10 9 5C 2C
Octal 325 51 11 0 121 140 20 11 134 54
Binary 11010101 101001 1001 0 1010001 1100000 10000 1001 1011100 101100

Color Harmonies of #D52909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52909

Black with #D52909

Text Example


Text Example

White with #D52909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52909; }

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

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

background-color css

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

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

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

border-color css

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

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

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