Html Css Color HEX #DD4C3D Cinnabar

📋 copy color: '#DD4C3D'

red 221 ◦ green 76 ◦ blue 61

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

Shades of Cinnabar #DD4C3D

Tints of Cinnabar #DD4C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 61 (24.22% from 255) = 17.04%

R = 61.73%
G = 21.23%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD4C3D (or 0xDD4C3D) is known color: Cinnabar. HEX triplet: DD, 4C and 3D. RGB value is (221,76,61). Sum of RGB (Red+Green+Blue) = 221+76+61=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C3D is #22B3C2. Grayscale: #757575. Windows color (decimal): -2274243 or 4017373. OLE color: 4017373.

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

Color convert

RGB 221 76 61 -
CMYK 0 0.66 0.72 0.13
HSL 5.63º 0.7% 0.55% -
HSV(B) 5.63º 0.72% 0.87% -
XYZ 33.25 20.88 6.69 -
YUV 117.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 221 76 61 0 0.66 0.72 0.13 5.63 0.7 0.55
Hex DD 4C 3D 0 42 48 D 6 46 37
Octal 335 114 75 0 102 110 15 6 106 67
Binary 11011101 1001100 111101 0 1000010 1001000 1101 110 1000110 110111

Color Harmonies of #DD4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C3D

Black with #DD4C3D

Text Example


Text Example

White with #DD4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C3D; }

 p { color: rgb(221,76,61); }

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

background-color css

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

 a { background-color: rgb(221,76,61); }

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

border-color css

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

 span { border-color: rgb(221,76,61); }

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