Html Css Color HEX #D53F04 Harley Davidson Orange

📋 copy color: '#D53F04'

red 213 ◦ green 63 ◦ blue 4

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

Shades of Harley Davidson Orange #D53F04

Tints of Harley Davidson Orange #D53F04

RGB

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

 GREEN value IS 63 (25% from 255) = 22.5%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 76.07%
G = 22.5%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D53F04 (or 0xD53F04) is known color: Harley Davidson Orange. HEX triplet: D5, 3F and 04. RGB value is (213,63,4). Sum of RGB (Red+Green+Blue) = 213+63+4=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53F04 is #2AC0FB. Grayscale: #656565. Windows color (decimal): -2801916 or 278485. OLE color: 278485.

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

Color convert

RGB 213 63 4 -
CMYK 0 0.70 0.98 0.16
HSL 16.94º 0.96% 0.43% -
HSV(B) 16.94º 0.98% 0.84% -
XYZ 29.24 17.71 1.99 -
YUV 101.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 213 63 4 0 0.70 0.98 0.16 16.94 0.96 0.43
Hex D5 3F 4 0 46 62 10 11 60 2B
Octal 325 77 4 0 106 142 20 21 140 53
Binary 11010101 111111 100 0 1000110 1100010 10000 10001 1100000 101011

Color Harmonies of #D53F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F04

Black with #D53F04

Text Example


Text Example

White with #D53F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F04; }

 p { color: rgb(213,63,4); }

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

background-color css

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

 a { background-color: rgb(213,63,4); }

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

border-color css

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

 span { border-color: rgb(213,63,4); }

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