Html Css Color HEX #D53008 Harley Davidson Orange

📋 copy color: '#D53008'

red 213 ◦ green 48 ◦ blue 8

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

Shades of Harley Davidson Orange #D53008

Tints of Harley Davidson Orange #D53008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 79.18%
G = 17.84%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D53008 (or 0xD53008) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 08. RGB value is (213,48,8). Sum of RGB (Red+Green+Blue) = 213+48+8=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D53008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53008 is #2ACFF7. Grayscale: #5D5D5D. Windows color (decimal): -2805752 or 536789. OLE color: 536789.

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

Color convert

RGB 213 48 8 -
CMYK 0 0.77 0.96 0.16
HSL 11.71º 0.93% 0.43% -
HSV(B) 11.71º 0.96% 0.84% -
XYZ 28.54 16.28 1.87 -
YUV 92.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 213 48 8 0 0.77 0.96 0.16 11.71 0.93 0.43
Hex D5 30 8 0 4D 60 10 C 5D 2B
Octal 325 60 10 0 115 140 20 14 135 53
Binary 11010101 110000 1000 0 1001101 1100000 10000 1100 1011101 101011

Color Harmonies of #D53008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53008

Black with #D53008

Text Example


Text Example

White with #D53008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53008; }

 p { color: rgb(213,48,8); }

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

background-color css

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

 a { background-color: rgb(213,48,8); }

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

border-color css

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

 span { border-color: rgb(213,48,8); }

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