Html Css Color HEX #D53B05 Harley Davidson Orange

📋 copy color: '#D53B05'

red 213 ◦ green 59 ◦ blue 5

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

Shades of Harley Davidson Orange #D53B05

Tints of Harley Davidson Orange #D53B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.3%

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 76.9%
G = 21.3%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D53B05 (or 0xD53B05) is known color: Harley Davidson Orange. HEX triplet: D5, 3B and 05. RGB value is (213,59,5). Sum of RGB (Red+Green+Blue) = 213+59+5=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53B05 is #2AC4FA. Grayscale: #636363. Windows color (decimal): -2802939 or 342997. OLE color: 342997.

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

Color convert

RGB 213 59 5 -
CMYK 0 0.72 0.98 0.16
HSL 15.58º 0.95% 0.43% -
HSV(B) 15.58º 0.98% 0.84% -
XYZ 29.03 17.29 1.95 -
YUV 98.89 75.02 209.39 -
System Red Green Blue C M Y K H S L
Decimal 213 59 5 0 0.72 0.98 0.16 15.58 0.95 0.43
Hex D5 3B 5 0 48 62 10 10 5F 2B
Octal 325 73 5 0 110 142 20 20 137 53
Binary 11010101 111011 101 0 1001000 1100010 10000 10000 1011111 101011

Color Harmonies of #D53B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B05

Black with #D53B05

Text Example


Text Example

White with #D53B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B05; }

 p { color: rgb(213,59,5); }

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

background-color css

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

 a { background-color: rgb(213,59,5); }

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

border-color css

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

 span { border-color: rgb(213,59,5); }

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