Html Css Color HEX #DD4443 Cinnabar

📋 copy color: '#DD4443'

red 221 ◦ green 68 ◦ blue 67

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

Shades of Cinnabar #DD4443

Tints of Cinnabar #DD4443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

 BLUE value IS 67 (26.56% from 255) = 18.82%

R = 62.08%
G = 19.1%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD4443 (or 0xDD4443) is known color: Cinnabar. HEX triplet: DD, 44 and 43. RGB value is (221,68,67). Sum of RGB (Red+Green+Blue) = 221+68+67=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4443 is #22BBBC. Grayscale: #717171. Windows color (decimal): -2276285 or 4408541. OLE color: 4408541.

HSL color Cylindrical-coordinate representation of color #DD4443: hue angle of 0.39º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4443 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 67 -
CMYK 0 0.69 0.70 0.13
HSL 0.39º 0.69% 0.56% -
HSV(B) 0.39º 0.7% 0.87% -
XYZ 32.9 19.91 7.42 -
YUV 113.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 221 68 67 0 0.69 0.70 0.13 0.39 0.69 0.56
Hex DD 44 43 0 45 46 D 0 45 38
Octal 335 104 103 0 105 106 15 0 105 70
Binary 11011101 1000100 1000011 0 1000101 1000110 1101 0 1000101 111000

Color Harmonies of #DD4443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4443

Black with #DD4443

Text Example


Text Example

White with #DD4443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4443; }

 p { color: rgb(221,68,67); }

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

background-color css

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

 a { background-color: rgb(221,68,67); }

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

border-color css

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

 span { border-color: rgb(221,68,67); }

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