Html Css Color HEX #DD3824 Cinnabar

📋 copy color: '#DD3824'

red 221 ◦ green 56 ◦ blue 36

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

Shades of Cinnabar #DD3824

Tints of Cinnabar #DD3824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.5%

R = 70.61%
G = 17.89%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD3824 (or 0xDD3824) is known color: Cinnabar. HEX triplet: DD, 38 and 24. RGB value is (221,56,36). Sum of RGB (Red+Green+Blue) = 221+56+36=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3824 is #22C7DB. Grayscale: #676767. Windows color (decimal): -2279388 or 2373853. OLE color: 2373853.

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

Color convert

RGB 221 56 36 -
CMYK 0 0.75 0.84 0.13
HSL 6.49º 0.73% 0.5% -
HSV(B) 6.49º 0.84% 0.87% -
XYZ 31.55 18.33 3.54 -
YUV 103.06 90.16 212.13 -
System Red Green Blue C M Y K H S L
Decimal 221 56 36 0 0.75 0.84 0.13 6.49 0.73 0.5
Hex DD 38 24 0 4B 54 D 6 49 32
Octal 335 70 44 0 113 124 15 6 111 62
Binary 11011101 111000 100100 0 1001011 1010100 1101 110 1001001 110010

Color Harmonies of #DD3824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3824

Black with #DD3824

Text Example


Text Example

White with #DD3824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3824; }

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

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

background-color css

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

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

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

border-color css

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

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

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