Html Css Color HEX #DD3421 Cinnabar

📋 copy color: '#DD3421'

red 221 ◦ green 52 ◦ blue 33

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

Shades of Cinnabar #DD3421

Tints of Cinnabar #DD3421

RGB

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

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

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

R = 72.22%
G = 16.99%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD3421 (or 0xDD3421) is known color: Cinnabar. HEX triplet: DD, 34 and 21. RGB value is (221,52,33). Sum of RGB (Red+Green+Blue) = 221+52+33=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3421 is #22CBDE. Grayscale: #646464. Windows color (decimal): -2280415 or 2176221. OLE color: 2176221.

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

Color convert

RGB 221 52 33 -
CMYK 0 0.76 0.85 0.13
HSL 6.06º 0.74% 0.5% -
HSV(B) 6.06º 0.85% 0.87% -
XYZ 31.32 17.94 3.25 -
YUV 100.37 89.99 214.04 -
System Red Green Blue C M Y K H S L
Decimal 221 52 33 0 0.76 0.85 0.13 6.06 0.74 0.5
Hex DD 34 21 0 4C 55 D 6 4A 32
Octal 335 64 41 0 114 125 15 6 112 62
Binary 11011101 110100 100001 0 1001100 1010101 1101 110 1001010 110010

Color Harmonies of #DD3421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3421

Black with #DD3421

Text Example


Text Example

White with #DD3421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3421; }

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

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

background-color css

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

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

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

border-color css

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

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

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