Html Css Color HEX #D53F06 Harley Davidson Orange

📋 copy color: '#D53F06'

red 213 ◦ green 63 ◦ blue 6

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

Shades of Harley Davidson Orange #D53F06

Tints of Harley Davidson Orange #D53F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 75.53%
G = 22.34%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D53F06 (or 0xD53F06) is known color: Harley Davidson Orange. HEX triplet: D5, 3F and 06. RGB value is (213,63,6). Sum of RGB (Red+Green+Blue) = 213+63+6=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53F06 is #2AC0F9. Grayscale: #656565. Windows color (decimal): -2801914 or 409557. OLE color: 409557.

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

Color convert

RGB 213 63 6 -
CMYK 0 0.70 0.97 0.16
HSL 16.52º 0.95% 0.43% -
HSV(B) 16.52º 0.97% 0.84% -
XYZ 29.25 17.71 2.05 -
YUV 101.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 213 63 6 0 0.70 0.97 0.16 16.52 0.95 0.43
Hex D5 3F 6 0 46 61 10 11 5F 2B
Octal 325 77 6 0 106 141 20 21 137 53
Binary 11010101 111111 110 0 1000110 1100001 10000 10001 1011111 101011

Color Harmonies of #D53F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F06

Black with #D53F06

Text Example


Text Example

White with #D53F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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