Html Css Color HEX #DD3C38 Cinnabar

📋 copy color: '#DD3C38'

red 221 ◦ green 60 ◦ blue 56

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

Shades of Cinnabar #DD3C38

Tints of Cinnabar #DD3C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 65.58%
G = 17.8%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD3C38 (or 0xDD3C38) is known color: Cinnabar. HEX triplet: DD, 3C and 38. RGB value is (221,60,56). Sum of RGB (Red+Green+Blue) = 221+60+56=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C38 is #22C3C7. Grayscale: #6B6B6B. Windows color (decimal): -2278344 or 3685597. OLE color: 3685597.

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

Color convert

RGB 221 60 56 -
CMYK 0 0.73 0.75 0.13
HSL 1.45º 0.71% 0.54% -
HSV(B) 1.45º 0.75% 0.87% -
XYZ 32.15 18.89 5.69 -
YUV 107.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 221 60 56 0 0.73 0.75 0.13 1.45 0.71 0.54
Hex DD 3C 38 0 49 4B D 1 47 36
Octal 335 74 70 0 111 113 15 1 107 66
Binary 11011101 111100 111000 0 1001001 1001011 1101 1 1000111 110110

Color Harmonies of #DD3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C38

Black with #DD3C38

Text Example


Text Example

White with #DD3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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