Html Css Color HEX #DD3213 Harley Davidson Orange

📋 copy color: '#DD3213'

red 221 ◦ green 50 ◦ blue 19

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

Shades of Harley Davidson Orange #DD3213

Tints of Harley Davidson Orange #DD3213

RGB

 RED value IS 221 (86.72% from 255) = 76.21%

 GREEN value IS 50 (19.92% from 255) = 17.24%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 76.21%
G = 17.24%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3213 (or 0xDD3213) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 13. RGB value is (221,50,19). Sum of RGB (Red+Green+Blue) = 221+50+19=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3213 is #22CDEC. Grayscale: #616161. Windows color (decimal): -2280941 or 1258205. OLE color: 1258205.

HSL color Cylindrical-coordinate representation of color #DD3213: hue angle of 9.21º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD3213 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 19 -
CMYK 0 0.77 0.91 0.13
HSL 9.21º 0.84% 0.47% -
HSV(B) 9.21º 0.91% 0.87% -
XYZ 31.08 17.7 2.39 -
YUV 97.6 83.65 216.02 -
System Red Green Blue C M Y K H S L
Decimal 221 50 19 0 0.77 0.91 0.13 9.21 0.84 0.47
Hex DD 32 13 0 4D 5B D 9 54 2F
Octal 335 62 23 0 115 133 15 11 124 57
Binary 11011101 110010 10011 0 1001101 1011011 1101 1001 1010100 101111

Color Harmonies of #DD3213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3213

Black with #DD3213

Text Example


Text Example

White with #DD3213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3213; }

 p { color: rgb(221,50,19); }

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

background-color css

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

 a { background-color: rgb(221,50,19); }

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

border-color css

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

 span { border-color: rgb(221,50,19); }

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