Html Css Color HEX #DD3934 Cinnabar

📋 copy color: '#DD3934'

red 221 ◦ green 57 ◦ blue 52

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

Shades of Cinnabar #DD3934

Tints of Cinnabar #DD3934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.76%

R = 66.97%
G = 17.27%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3934 (or 0xDD3934) is known color: Cinnabar. HEX triplet: DD, 39 and 34. RGB value is (221,57,52). Sum of RGB (Red+Green+Blue) = 221+57+52=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3934 is #22C6CB. Grayscale: #696969. Windows color (decimal): -2279116 or 3422685. OLE color: 3422685.

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

Color convert

RGB 221 57 52 -
CMYK 0 0.74 0.76 0.13
HSL 1.78º 0.71% 0.54% -
HSV(B) 1.78º 0.76% 0.87% -
XYZ 31.9 18.55 5.15 -
YUV 105.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 221 57 52 0 0.74 0.76 0.13 1.78 0.71 0.54
Hex DD 39 34 0 4A 4C D 2 47 36
Octal 335 71 64 0 112 114 15 2 107 66
Binary 11011101 111001 110100 0 1001010 1001100 1101 10 1000111 110110

Color Harmonies of #DD3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3934

Black with #DD3934

Text Example


Text Example

White with #DD3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3934; }

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

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

background-color css

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

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

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

border-color css

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

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

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