Html Css Color HEX #DD3E38 Cinnabar

📋 copy color: '#DD3E38'

red 221 ◦ green 62 ◦ blue 56

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

Shades of Cinnabar #DD3E38

Tints of Cinnabar #DD3E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

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

R = 65.19%
G = 18.29%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD3E38 (or 0xDD3E38) is known color: Cinnabar. HEX triplet: DD, 3E and 38. RGB value is (221,62,56). Sum of RGB (Red+Green+Blue) = 221+62+56=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E38 is #22C1C7. Grayscale: #6D6D6D. Windows color (decimal): -2277832 or 3686109. OLE color: 3686109.

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

Color convert

RGB 221 62 56 -
CMYK 0 0.72 0.75 0.13
HSL 2.18º 0.71% 0.54% -
HSV(B) 2.18º 0.75% 0.87% -
XYZ 32.26 19.1 5.73 -
YUV 108.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 221 62 56 0 0.72 0.75 0.13 2.18 0.71 0.54
Hex DD 3E 38 0 48 4B D 2 47 36
Octal 335 76 70 0 110 113 15 2 107 66
Binary 11011101 111110 111000 0 1001000 1001011 1101 10 1000111 110110

Color Harmonies of #DD3E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E38

Black with #DD3E38

Text Example


Text Example

White with #DD3E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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