Html Css Color HEX #D52407 Harley Davidson Orange

📋 copy color: '#D52407'

red 213 ◦ green 36 ◦ blue 7

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

Shades of Harley Davidson Orange #D52407

Tints of Harley Davidson Orange #D52407

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

 BLUE value IS 7 (3.13% from 255) = 2.73%

R = 83.2%
G = 14.06%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D52407 (or 0xD52407) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 07. RGB value is (213,36,7). Sum of RGB (Red+Green+Blue) = 213+36+7=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D52407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52407 is #2ADBF8. Grayscale: #555555. Windows color (decimal): -2808825 or 468181. OLE color: 468181.

HSL color Cylindrical-coordinate representation of color #D52407: hue angle of 8.45º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D52407 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 36 7 -
CMYK 0 0.83 0.97 0.16
HSL 8.45º 0.94% 0.43% -
HSV(B) 8.45º 0.97% 0.84% -
XYZ 28.11 15.42 1.7 -
YUV 85.62 83.64 218.86 -
System Red Green Blue C M Y K H S L
Decimal 213 36 7 0 0.83 0.97 0.16 8.45 0.94 0.43
Hex D5 24 7 0 53 61 10 8 5E 2B
Octal 325 44 7 0 123 141 20 10 136 53
Binary 11010101 100100 111 0 1010011 1100001 10000 1000 1011110 101011

Color Harmonies of #D52407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52407

Black with #D52407

Text Example


Text Example

White with #D52407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52407; }

 p { color: rgb(213,36,7); }

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

background-color css

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

 a { background-color: rgb(213,36,7); }

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

border-color css

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

 span { border-color: rgb(213,36,7); }

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