Html Css Color HEX #DD3933 Cinnabar

📋 copy color: '#DD3933'

red 221 ◦ green 57 ◦ blue 51

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

Shades of Cinnabar #DD3933

Tints of Cinnabar #DD3933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.5%

R = 67.17%
G = 17.33%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD3933 (or 0xDD3933) is known color: Cinnabar. HEX triplet: DD, 39 and 33. RGB value is (221,57,51). Sum of RGB (Red+Green+Blue) = 221+57+51=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3933 is #22C6CC. Grayscale: #696969. Windows color (decimal): -2279117 or 3357149. OLE color: 3357149.

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

Color convert

RGB 221 57 51 -
CMYK 0 0.74 0.77 0.13
HSL 2.12º 0.71% 0.53% -
HSV(B) 2.12º 0.77% 0.87% -
XYZ 31.88 18.54 5.03 -
YUV 105.35 97.33 210.49 -
System Red Green Blue C M Y K H S L
Decimal 221 57 51 0 0.74 0.77 0.13 2.12 0.71 0.53
Hex DD 39 33 0 4A 4D D 2 47 35
Octal 335 71 63 0 112 115 15 2 107 65
Binary 11011101 111001 110011 0 1001010 1001101 1101 10 1000111 110101

Color Harmonies of #DD3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3933

Black with #DD3933

Text Example


Text Example

White with #DD3933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3933; }

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

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

background-color css

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

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

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

border-color css

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

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

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