Html Css Color HEX #D33420 Harley Davidson Orange

📋 copy color: '#D33420'

red 211 ◦ green 52 ◦ blue 32

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

Shades of Harley Davidson Orange #D33420

Tints of Harley Davidson Orange #D33420

RGB

 RED value IS 211 (82.81% from 255) = 71.53%

 GREEN value IS 52 (20.7% from 255) = 17.63%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 71.53%
G = 17.63%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D33420 (or 0xD33420) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 20. RGB value is (211,52,32). Sum of RGB (Red+Green+Blue) = 211+52+32=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D33420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33420 is #2CCBDF. Grayscale: #616161. Windows color (decimal): -2935776 or 2110675. OLE color: 2110675.

HSL color Cylindrical-coordinate representation of color #D33420: hue angle of 6.7º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D33420 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 52 32 -
CMYK 0 0.75 0.85 0.17
HSL 6.7º 0.74% 0.48% -
HSV(B) 6.7º 0.85% 0.83% -
XYZ 28.35 16.41 3.04 -
YUV 97.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 211 52 32 0 0.75 0.85 0.17 6.7 0.74 0.48
Hex D3 34 20 0 4B 55 11 7 4A 30
Octal 323 64 40 0 113 125 21 7 112 60
Binary 11010011 110100 100000 0 1001011 1010101 10001 111 1001010 110000

Color Harmonies of #D33420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33420

Black with #D33420

Text Example


Text Example

White with #D33420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33420; }

 p { color: rgb(211,52,32); }

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

background-color css

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

 a { background-color: rgb(211,52,32); }

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

border-color css

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

 span { border-color: rgb(211,52,32); }

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