Html Css Color HEX #DD3723 Cinnabar

📋 copy color: '#DD3723'

red 221 ◦ green 55 ◦ blue 35

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

Shades of Cinnabar #DD3723

Tints of Cinnabar #DD3723

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

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

R = 71.06%
G = 17.68%
B = 11.25%

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

#DD3723 (or 0xDD3723) is known color: Cinnabar. HEX triplet: DD, 37 and 23. RGB value is (221,55,35). Sum of RGB (Red+Green+Blue) = 221+55+35=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3723 is #22C8DC. Grayscale: #666666. Windows color (decimal): -2279645 or 2308061. OLE color: 2308061.

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

Color convert

RGB 221 55 35 -
CMYK 0 0.75 0.84 0.13
HSL 6.45º 0.73% 0.5% -
HSV(B) 6.45º 0.84% 0.87% -
XYZ 31.49 18.23 3.45 -
YUV 102.35 90 212.63 -
System Red Green Blue C M Y K H S L
Decimal 221 55 35 0 0.75 0.84 0.13 6.45 0.73 0.5
Hex DD 37 23 0 4B 54 D 6 49 32
Octal 335 67 43 0 113 124 15 6 111 62
Binary 11011101 110111 100011 0 1001011 1010100 1101 110 1001001 110010

Color Harmonies of #DD3723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3723

Black with #DD3723

Text Example


Text Example

White with #DD3723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3723; }

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

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

background-color css

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

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

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

border-color css

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

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

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