Html Css Color HEX #D53A08 Harley Davidson Orange

📋 copy color: '#D53A08'

red 213 ◦ green 58 ◦ blue 8

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

Shades of Harley Davidson Orange #D53A08

Tints of Harley Davidson Orange #D53A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

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

R = 76.34%
G = 20.79%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D53A08 (or 0xD53A08) is known color: Harley Davidson Orange. HEX triplet: D5, 3A and 08. RGB value is (213,58,8). Sum of RGB (Red+Green+Blue) = 213+58+8=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53A08 is #2AC5F7. Grayscale: #636363. Windows color (decimal): -2803192 or 539349. OLE color: 539349.

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

Color convert

RGB 213 58 8 -
CMYK 0 0.73 0.96 0.16
HSL 14.63º 0.93% 0.43% -
HSV(B) 14.63º 0.96% 0.84% -
XYZ 29 17.19 2.02 -
YUV 98.65 76.85 209.57 -
System Red Green Blue C M Y K H S L
Decimal 213 58 8 0 0.73 0.96 0.16 14.63 0.93 0.43
Hex D5 3A 8 0 49 60 10 F 5D 2B
Octal 325 72 10 0 111 140 20 17 135 53
Binary 11010101 111010 1000 0 1001001 1100000 10000 1111 1011101 101011

Color Harmonies of #D53A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53A08

Black with #D53A08

Text Example


Text Example

White with #D53A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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