Html Css Color HEX #DD3A32 Cinnabar

📋 copy color: '#DD3A32'

red 221 ◦ green 58 ◦ blue 50

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

Shades of Cinnabar #DD3A32

Tints of Cinnabar #DD3A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 67.17%
G = 17.63%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD3A32 (or 0xDD3A32) is known color: Cinnabar. HEX triplet: DD, 3A and 32. RGB value is (221,58,50). Sum of RGB (Red+Green+Blue) = 221+58+50=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A32 is #22C5CD. Grayscale: #6A6A6A. Windows color (decimal): -2278862 or 3291869. OLE color: 3291869.

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

Color convert

RGB 221 58 50 -
CMYK 0 0.74 0.77 0.13
HSL 2.81º 0.72% 0.53% -
HSV(B) 2.81º 0.77% 0.87% -
XYZ 31.91 18.63 4.93 -
YUV 105.83 96.5 210.15 -
System Red Green Blue C M Y K H S L
Decimal 221 58 50 0 0.74 0.77 0.13 2.81 0.72 0.53
Hex DD 3A 32 0 4A 4D D 3 48 35
Octal 335 72 62 0 112 115 15 3 110 65
Binary 11011101 111010 110010 0 1001010 1001101 1101 11 1001000 110101

Color Harmonies of #DD3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3A32

Black with #DD3A32

Text Example


Text Example

White with #DD3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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