Html Css Color HEX #DD4641 Cinnabar

📋 copy color: '#DD4641'

red 221 ◦ green 70 ◦ blue 65

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

Shades of Cinnabar #DD4641

Tints of Cinnabar #DD4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

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

R = 62.08%
G = 19.66%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4641 (or 0xDD4641) is known color: Cinnabar. HEX triplet: DD, 46 and 41. RGB value is (221,70,65). Sum of RGB (Red+Green+Blue) = 221+70+65=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4641 is #22B9BE. Grayscale: #727272. Windows color (decimal): -2275775 or 4277981. OLE color: 4277981.

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

Color convert

RGB 221 70 65 -
CMYK 0 0.68 0.71 0.13
HSL 1.92º 0.7% 0.56% -
HSV(B) 1.92º 0.71% 0.87% -
XYZ 32.96 20.13 7.15 -
YUV 114.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 221 70 65 0 0.68 0.71 0.13 1.92 0.7 0.56
Hex DD 46 41 0 44 47 D 2 46 38
Octal 335 106 101 0 104 107 15 2 106 70
Binary 11011101 1000110 1000001 0 1000100 1000111 1101 10 1000110 111000

Color Harmonies of #DD4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4641

Black with #DD4641

Text Example


Text Example

White with #DD4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4641; }

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

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

background-color css

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

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

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

border-color css

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

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

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