Html Css Color HEX #DD4841 Cinnabar

📋 copy color: '#DD4841'

red 221 ◦ green 72 ◦ blue 65

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

Shades of Cinnabar #DD4841

Tints of Cinnabar #DD4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 61.73%
G = 20.11%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4841 (or 0xDD4841) is known color: Cinnabar. HEX triplet: DD, 48 and 41. RGB value is (221,72,65). Sum of RGB (Red+Green+Blue) = 221+72+65=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4841 is #22B7BE. Grayscale: #737373. Windows color (decimal): -2275263 or 4278493. OLE color: 4278493.

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

Color convert

RGB 221 72 65 -
CMYK 0 0.67 0.71 0.13
HSL 2.69º 0.7% 0.56% -
HSV(B) 2.69º 0.71% 0.87% -
XYZ 33.09 20.39 7.19 -
YUV 115.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 221 72 65 0 0.67 0.71 0.13 2.69 0.7 0.56
Hex DD 48 41 0 43 47 D 3 46 38
Octal 335 110 101 0 103 107 15 3 106 70
Binary 11011101 1001000 1000001 0 1000011 1000111 1101 11 1000110 111000

Color Harmonies of #DD4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4841

Black with #DD4841

Text Example


Text Example

White with #DD4841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4841; }

 p { color: rgb(221,72,65); }

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

background-color css

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

 a { background-color: rgb(221,72,65); }

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

border-color css

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

 span { border-color: rgb(221,72,65); }

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