Html Css Color HEX #DD3828 Cinnabar

📋 copy color: '#DD3828'

red 221 ◦ green 56 ◦ blue 40

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

Shades of Cinnabar #DD3828

Tints of Cinnabar #DD3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 69.72%
G = 17.67%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3828 (or 0xDD3828) is known color: Cinnabar. HEX triplet: DD, 38 and 28. RGB value is (221,56,40). Sum of RGB (Red+Green+Blue) = 221+56+40=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3828 is #22C7D7. Grayscale: #676767. Windows color (decimal): -2279384 or 2635997. OLE color: 2635997.

HSL color Cylindrical-coordinate representation of color #DD3828: hue angle of 5.3º 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 #DD3828 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 40 -
CMYK 0 0.75 0.82 0.13
HSL 5.3º 0.73% 0.51% -
HSV(B) 5.3º 0.82% 0.87% -
XYZ 31.62 18.35 3.88 -
YUV 103.51 92.16 211.8 -
System Red Green Blue C M Y K H S L
Decimal 221 56 40 0 0.75 0.82 0.13 5.3 0.73 0.51
Hex DD 38 28 0 4B 52 D 5 49 33
Octal 335 70 50 0 113 122 15 5 111 63
Binary 11011101 111000 101000 0 1001011 1010010 1101 101 1001001 110011

Color Harmonies of #DD3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3828

Black with #DD3828

Text Example


Text Example

White with #DD3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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