Html Css Color HEX #DD382F Cinnabar

📋 copy color: '#DD382F'

red 221 ◦ green 56 ◦ blue 47

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

Shades of Cinnabar #DD382F

Tints of Cinnabar #DD382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 68.21%
G = 17.28%
B = 14.51%

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

#DD382F (or 0xDD382F) is known color: Cinnabar. HEX triplet: DD, 38 and 2F. RGB value is (221,56,47). Sum of RGB (Red+Green+Blue) = 221+56+47=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD382F is #22C7D0. Grayscale: #686868. Windows color (decimal): -2279377 or 3094749. OLE color: 3094749.

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

Color convert

RGB 221 56 47 -
CMYK 0 0.75 0.79 0.13
HSL 3.1º 0.72% 0.53% -
HSV(B) 3.1º 0.79% 0.87% -
XYZ 31.75 18.41 4.57 -
YUV 104.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 221 56 47 0 0.75 0.79 0.13 3.1 0.72 0.53
Hex DD 38 2F 0 4B 4F D 3 48 35
Octal 335 70 57 0 113 117 15 3 110 65
Binary 11011101 111000 101111 0 1001011 1001111 1101 11 1001000 110101

Color Harmonies of #DD382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD382F

Black with #DD382F

Text Example


Text Example

White with #DD382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD382F; }

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

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

background-color css

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

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

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

border-color css

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

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

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