Html Css Color HEX #DD332E Cinnabar

📋 copy color: '#DD332E'

red 221 ◦ green 51 ◦ blue 46

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

Shades of Cinnabar #DD332E

Tints of Cinnabar #DD332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 69.5%
G = 16.04%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD332E (or 0xDD332E) is known color: Cinnabar. HEX triplet: DD, 33 and 2E. RGB value is (221,51,46). Sum of RGB (Red+Green+Blue) = 221+51+46=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD332E is #22CCD1. Grayscale: #656565. Windows color (decimal): -2280658 or 3027933. OLE color: 3027933.

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

Color convert

RGB 221 51 46 -
CMYK 0 0.77 0.79 0.13
HSL 1.71º 0.72% 0.52% -
HSV(B) 1.71º 0.79% 0.87% -
XYZ 31.5 17.94 4.39 -
YUV 101.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 221 51 46 0 0.77 0.79 0.13 1.71 0.72 0.52
Hex DD 33 2E 0 4D 4F D 2 48 34
Octal 335 63 56 0 115 117 15 2 110 64
Binary 11011101 110011 101110 0 1001101 1001111 1101 10 1001000 110100

Color Harmonies of #DD332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD332E

Black with #DD332E

Text Example


Text Example

White with #DD332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD332E; }

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

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

background-color css

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

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

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

border-color css

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

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

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