Html Css Color HEX #DD382E Cinnabar

📋 copy color: '#DD382E'

red 221 ◦ green 56 ◦ blue 46

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

Shades of Cinnabar #DD382E

Tints of Cinnabar #DD382E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 68.42%
G = 17.34%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD382E (or 0xDD382E) is known color: Cinnabar. HEX triplet: DD, 38 and 2E. RGB value is (221,56,46). Sum of RGB (Red+Green+Blue) = 221+56+46=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD382E is #22C7D1. Grayscale: #686868. Windows color (decimal): -2279378 or 3029213. OLE color: 3029213.

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

Color convert

RGB 221 56 46 -
CMYK 0 0.75 0.79 0.13
HSL 3.43º 0.72% 0.52% -
HSV(B) 3.43º 0.79% 0.87% -
XYZ 31.73 18.4 4.46 -
YUV 104.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 221 56 46 0 0.75 0.79 0.13 3.43 0.72 0.52
Hex DD 38 2E 0 4B 4F D 3 48 34
Octal 335 70 56 0 113 117 15 3 110 64
Binary 11011101 111000 101110 0 1001011 1001111 1101 11 1001000 110100

Color Harmonies of #DD382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD382E

Black with #DD382E

Text Example


Text Example

White with #DD382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD382E; }

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

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

background-color css

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

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

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

border-color css

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

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

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