Html Css Color HEX #D33020 Harley Davidson Orange

📋 copy color: '#D33020'

red 211 ◦ green 48 ◦ blue 32

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

Shades of Harley Davidson Orange #D33020

Tints of Harley Davidson Orange #D33020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

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

R = 72.51%
G = 16.49%
B = 11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D33020 (or 0xD33020) is known color: Harley Davidson Orange. HEX triplet: D3, 30 and 20. RGB value is (211,48,32). Sum of RGB (Red+Green+Blue) = 211+48+32=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D33020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33020 is #2CCFDF. Grayscale: #5F5F5F. Windows color (decimal): -2936800 or 2109651. OLE color: 2109651.

HSL color Cylindrical-coordinate representation of color #D33020: hue angle of 5.36º 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 #D33020 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 32 -
CMYK 0 0.77 0.85 0.17
HSL 5.36º 0.74% 0.48% -
HSV(B) 5.36º 0.85% 0.83% -
XYZ 28.18 16.07 2.98 -
YUV 94.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 211 48 32 0 0.77 0.85 0.17 5.36 0.74 0.48
Hex D3 30 20 0 4D 55 11 5 4A 30
Octal 323 60 40 0 115 125 21 5 112 60
Binary 11010011 110000 100000 0 1001101 1010101 10001 101 1001010 110000

Color Harmonies of #D33020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33020

Black with #D33020

Text Example


Text Example

White with #D33020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33020; }

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

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

background-color css

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

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

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

border-color css

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

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

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