Html Css Color HEX #DD3736 Cinnabar

📋 copy color: '#DD3736'

red 221 ◦ green 55 ◦ blue 54

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

Shades of Cinnabar #DD3736

Tints of Cinnabar #DD3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 66.97%
G = 16.67%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3736 (or 0xDD3736) is known color: Cinnabar. HEX triplet: DD, 37 and 36. RGB value is (221,55,54). Sum of RGB (Red+Green+Blue) = 221+55+54=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3736 is #22C8C9. Grayscale: #686868. Windows color (decimal): -2279626 or 3553245. OLE color: 3553245.

HSL color Cylindrical-coordinate representation of color #DD3736: hue angle of 0.36º 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 #DD3736 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 54 -
CMYK 0 0.75 0.76 0.13
HSL 0.36º 0.71% 0.54% -
HSV(B) 0.36º 0.76% 0.87% -
XYZ 31.85 18.37 5.36 -
YUV 104.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 221 55 54 0 0.75 0.76 0.13 0.36 0.71 0.54
Hex DD 37 36 0 4B 4C D 0 47 36
Octal 335 67 66 0 113 114 15 0 107 66
Binary 11011101 110111 110110 0 1001011 1001100 1101 0 1000111 110110

Color Harmonies of #DD3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3736

Black with #DD3736

Text Example


Text Example

White with #DD3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3736; }

 p { color: rgb(221,55,54); }

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

background-color css

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

 a { background-color: rgb(221,55,54); }

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

border-color css

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

 span { border-color: rgb(221,55,54); }

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