Html Css Color HEX #D33421 Harley Davidson Orange

📋 copy color: '#D33421'

red 211 ◦ green 52 ◦ blue 33

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

Shades of Harley Davidson Orange #D33421

Tints of Harley Davidson Orange #D33421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 71.28%
G = 17.57%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D33421 (or 0xD33421) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 21. RGB value is (211,52,33). Sum of RGB (Red+Green+Blue) = 211+52+33=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D33421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33421 is #2CCBDE. Grayscale: #616161. Windows color (decimal): -2935775 or 2176211. OLE color: 2176211.

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

Color convert

RGB 211 52 33 -
CMYK 0 0.75 0.84 0.17
HSL 6.4º 0.73% 0.48% -
HSV(B) 6.4º 0.84% 0.83% -
XYZ 28.37 16.41 3.11 -
YUV 97.38 91.68 209.04 -
System Red Green Blue C M Y K H S L
Decimal 211 52 33 0 0.75 0.84 0.17 6.4 0.73 0.48
Hex D3 34 21 0 4B 54 11 6 49 30
Octal 323 64 41 0 113 124 21 6 111 60
Binary 11010011 110100 100001 0 1001011 1010100 10001 110 1001001 110000

Color Harmonies of #D33421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33421

Black with #D33421

Text Example


Text Example

White with #D33421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33421; }

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

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

background-color css

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

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

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

border-color css

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

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

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