Html Css Color HEX #DD3328 Cinnabar

📋 copy color: '#DD3328'

red 221 ◦ green 51 ◦ blue 40

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

Shades of Cinnabar #DD3328

Tints of Cinnabar #DD3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 70.83%
G = 16.35%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3328 (or 0xDD3328) is known color: Cinnabar. HEX triplet: DD, 33 and 28. RGB value is (221,51,40). Sum of RGB (Red+Green+Blue) = 221+51+40=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3328 is #22CCD7. Grayscale: #646464. Windows color (decimal): -2280664 or 2634717. OLE color: 2634717.

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

Color convert

RGB 221 51 40 -
CMYK 0 0.77 0.82 0.13
HSL 3.65º 0.73% 0.51% -
HSV(B) 3.65º 0.82% 0.87% -
XYZ 31.39 17.89 3.81 -
YUV 100.58 93.82 213.89 -
System Red Green Blue C M Y K H S L
Decimal 221 51 40 0 0.77 0.82 0.13 3.65 0.73 0.51
Hex DD 33 28 0 4D 52 D 4 49 33
Octal 335 63 50 0 115 122 15 4 111 63
Binary 11011101 110011 101000 0 1001101 1010010 1101 100 1001001 110011

Color Harmonies of #DD3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3328

Black with #DD3328

Text Example


Text Example

White with #DD3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3328; }

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

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

background-color css

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

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

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

border-color css

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

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

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