Html Css Color HEX #DD3D33 Cinnabar

📋 copy color: '#DD3D33'

red 221 ◦ green 61 ◦ blue 51

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

Shades of Cinnabar #DD3D33

Tints of Cinnabar #DD3D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

 BLUE value IS 51 (20.31% from 255) = 15.32%

R = 66.37%
G = 18.32%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD3D33 (or 0xDD3D33) is known color: Cinnabar. HEX triplet: DD, 3D and 33. RGB value is (221,61,51). Sum of RGB (Red+Green+Blue) = 221+61+51=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D33 is #22C2CC. Grayscale: #6B6B6B. Windows color (decimal): -2278093 or 3358173. OLE color: 3358173.

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

Color convert

RGB 221 61 51 -
CMYK 0 0.72 0.77 0.13
HSL 3.53º 0.71% 0.53% -
HSV(B) 3.53º 0.77% 0.87% -
XYZ 32.09 18.95 5.1 -
YUV 107.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 221 61 51 0 0.72 0.77 0.13 3.53 0.71 0.53
Hex DD 3D 33 0 48 4D D 4 47 35
Octal 335 75 63 0 110 115 15 4 107 65
Binary 11011101 111101 110011 0 1001000 1001101 1101 100 1000111 110101

Color Harmonies of #DD3D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D33

Black with #DD3D33

Text Example


Text Example

White with #DD3D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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