Html Css Color HEX #DD3C23 Cinnabar

📋 copy color: '#DD3C23'

red 221 ◦ green 60 ◦ blue 35

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

Shades of Cinnabar #DD3C23

Tints of Cinnabar #DD3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

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

R = 69.94%
G = 18.99%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD3C23 (or 0xDD3C23) is known color: Cinnabar. HEX triplet: DD, 3C and 23. RGB value is (221,60,35). Sum of RGB (Red+Green+Blue) = 221+60+35=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C23 is #22C3DC. Grayscale: #696969. Windows color (decimal): -2278365 or 2309341. OLE color: 2309341.

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

Color convert

RGB 221 60 35 -
CMYK 0 0.73 0.84 0.13
HSL 8.06º 0.73% 0.5% -
HSV(B) 8.06º 0.84% 0.87% -
XYZ 31.74 18.73 3.53 -
YUV 105.29 88.34 210.53 -
System Red Green Blue C M Y K H S L
Decimal 221 60 35 0 0.73 0.84 0.13 8.06 0.73 0.5
Hex DD 3C 23 0 49 54 D 8 49 32
Octal 335 74 43 0 111 124 15 10 111 62
Binary 11011101 111100 100011 0 1001001 1010100 1101 1000 1001001 110010

Color Harmonies of #DD3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C23

Black with #DD3C23

Text Example


Text Example

White with #DD3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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