Html Css Color HEX #DD3931 Cinnabar

📋 copy color: '#DD3931'

red 221 ◦ green 57 ◦ blue 49

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

Shades of Cinnabar #DD3931

Tints of Cinnabar #DD3931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 67.58%
G = 17.43%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD3931 (or 0xDD3931) is known color: Cinnabar. HEX triplet: DD, 39 and 31. RGB value is (221,57,49). Sum of RGB (Red+Green+Blue) = 221+57+49=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3931 is #22C6CE. Grayscale: #696969. Windows color (decimal): -2279119 or 3226077. OLE color: 3226077.

HSL color Cylindrical-coordinate representation of color #DD3931: hue angle of 2.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3931 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 57 49 -
CMYK 0 0.74 0.78 0.13
HSL 2.79º 0.72% 0.53% -
HSV(B) 2.79º 0.78% 0.87% -
XYZ 31.84 18.52 4.8 -
YUV 105.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 221 57 49 0 0.74 0.78 0.13 2.79 0.72 0.53
Hex DD 39 31 0 4A 4E D 3 48 35
Octal 335 71 61 0 112 116 15 3 110 65
Binary 11011101 111001 110001 0 1001010 1001110 1101 11 1001000 110101

Color Harmonies of #DD3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3931

Black with #DD3931

Text Example


Text Example

White with #DD3931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3931; }

 p { color: rgb(221,57,49); }

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

background-color css

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

 a { background-color: rgb(221,57,49); }

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

border-color css

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

 span { border-color: rgb(221,57,49); }

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