Html Css Color HEX #DD3A2C Cinnabar

📋 copy color: '#DD3A2C'

red 221 ◦ green 58 ◦ blue 44

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

Shades of Cinnabar #DD3A2C

Tints of Cinnabar #DD3A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 68.42%
G = 17.96%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD3A2C (or 0xDD3A2C) is known color: Cinnabar. HEX triplet: DD, 3A and 2C. RGB value is (221,58,44). Sum of RGB (Red+Green+Blue) = 221+58+44=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A2C is #22C5D3. Grayscale: #696969. Windows color (decimal): -2278868 or 2898653. OLE color: 2898653.

HSL color Cylindrical-coordinate representation of color #DD3A2C: hue angle of 4.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD3A2C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 44 -
CMYK 0 0.74 0.80 0.13
HSL 4.75º 0.72% 0.52% -
HSV(B) 4.75º 0.8% 0.87% -
XYZ 31.79 18.58 4.29 -
YUV 105.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 221 58 44 0 0.74 0.80 0.13 4.75 0.72 0.52
Hex DD 3A 2C 0 4A 50 D 5 48 34
Octal 335 72 54 0 112 120 15 5 110 64
Binary 11011101 111010 101100 0 1001010 1010000 1101 101 1001000 110100

Color Harmonies of #DD3A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A2C

Black with #DD3A2C

Text Example


Text Example

White with #DD3A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A2C; }

 p { color: rgb(221,58,44); }

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

background-color css

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

 a { background-color: rgb(221,58,44); }

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

border-color css

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

 span { border-color: rgb(221,58,44); }

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