Html Css Color HEX #DD3823 Cinnabar

📋 copy color: '#DD3823'

red 221 ◦ green 56 ◦ blue 35

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

Shades of Cinnabar #DD3823

Tints of Cinnabar #DD3823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.22%

R = 70.83%
G = 17.95%
B = 11.22%

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

#DD3823 (or 0xDD3823) is known color: Cinnabar. HEX triplet: DD, 38 and 23. RGB value is (221,56,35). Sum of RGB (Red+Green+Blue) = 221+56+35=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3823 is #22C7DC. Grayscale: #676767. Windows color (decimal): -2279389 or 2308317. OLE color: 2308317.

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

Color convert

RGB 221 56 35 -
CMYK 0 0.75 0.84 0.13
HSL 6.77º 0.73% 0.5% -
HSV(B) 6.77º 0.84% 0.87% -
XYZ 31.54 18.32 3.46 -
YUV 102.94 89.66 212.21 -
System Red Green Blue C M Y K H S L
Decimal 221 56 35 0 0.75 0.84 0.13 6.77 0.73 0.5
Hex DD 38 23 0 4B 54 D 7 49 32
Octal 335 70 43 0 113 124 15 7 111 62
Binary 11011101 111000 100011 0 1001011 1010100 1101 111 1001001 110010

Color Harmonies of #DD3823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3823

Black with #DD3823

Text Example


Text Example

White with #DD3823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3823; }

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

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

background-color css

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

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

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

border-color css

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

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

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