Html Css Color HEX #D53B02 Harley Davidson Orange

📋 copy color: '#D53B02'

red 213 ◦ green 59 ◦ blue 2

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

Shades of Harley Davidson Orange #D53B02

Tints of Harley Davidson Orange #D53B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 77.74%
G = 21.53%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D53B02 (or 0xD53B02) is known color: Harley Davidson Orange. HEX triplet: D5, 3B and 02. RGB value is (213,59,2). Sum of RGB (Red+Green+Blue) = 213+59+2=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53B02 is #2AC4FD. Grayscale: #626262. Windows color (decimal): -2802942 or 146389. OLE color: 146389.

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

Color convert

RGB 213 59 2 -
CMYK 0 0.72 0.99 0.16
HSL 16.21º 0.98% 0.42% -
HSV(B) 16.21º 0.99% 0.84% -
XYZ 29.02 17.28 1.86 -
YUV 98.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 213 59 2 0 0.72 0.99 0.16 16.21 0.98 0.42
Hex D5 3B 2 0 48 63 10 10 62 2A
Octal 325 73 2 0 110 143 20 20 142 52
Binary 11010101 111011 10 0 1001000 1100011 10000 10000 1100010 101010

Color Harmonies of #D53B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B02

Black with #D53B02

Text Example


Text Example

White with #D53B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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