Html Css Color HEX #DD4943 Cinnabar

📋 copy color: '#DD4943'

red 221 ◦ green 73 ◦ blue 67

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

Shades of Cinnabar #DD4943

Tints of Cinnabar #DD4943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.22%

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

R = 61.22%
G = 20.22%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD4943 (or 0xDD4943) is known color: Cinnabar. HEX triplet: DD, 49 and 43. RGB value is (221,73,67). Sum of RGB (Red+Green+Blue) = 221+73+67=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4943 is #22B6BC. Grayscale: #747474. Windows color (decimal): -2275005 or 4409821. OLE color: 4409821.

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

Color convert

RGB 221 73 67 -
CMYK 0 0.67 0.70 0.13
HSL 2.34º 0.69% 0.56% -
HSV(B) 2.34º 0.7% 0.87% -
XYZ 33.21 20.54 7.52 -
YUV 116.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 221 73 67 0 0.67 0.70 0.13 2.34 0.69 0.56
Hex DD 49 43 0 43 46 D 2 45 38
Octal 335 111 103 0 103 106 15 2 105 70
Binary 11011101 1001001 1000011 0 1000011 1000110 1101 10 1000101 111000

Color Harmonies of #DD4943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4943

Black with #DD4943

Text Example


Text Example

White with #DD4943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4943; }

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

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

background-color css

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

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

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

border-color css

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

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

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