Html Css Color HEX #DD3223 Cinnabar

📋 copy color: '#DD3223'

red 221 ◦ green 50 ◦ blue 35

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

Shades of Cinnabar #DD3223

Tints of Cinnabar #DD3223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.44%

R = 72.22%
G = 16.34%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD3223 (or 0xDD3223) is known color: Cinnabar. HEX triplet: DD, 32 and 23. RGB value is (221,50,35). Sum of RGB (Red+Green+Blue) = 221+50+35=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3223 is #22CDDC. Grayscale: #636363. Windows color (decimal): -2280925 or 2306781. OLE color: 2306781.

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

Color convert

RGB 221 50 35 -
CMYK 0 0.77 0.84 0.13
HSL 4.84º 0.73% 0.5% -
HSV(B) 4.84º 0.84% 0.87% -
XYZ 31.26 17.77 3.37 -
YUV 99.42 91.65 214.72 -
System Red Green Blue C M Y K H S L
Decimal 221 50 35 0 0.77 0.84 0.13 4.84 0.73 0.5
Hex DD 32 23 0 4D 54 D 5 49 32
Octal 335 62 43 0 115 124 15 5 111 62
Binary 11011101 110010 100011 0 1001101 1010100 1101 101 1001001 110010

Color Harmonies of #DD3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3223

Black with #DD3223

Text Example


Text Example

White with #DD3223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3223; }

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

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

background-color css

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

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

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

border-color css

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

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

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