Html Css Color HEX #DD382A Cinnabar

📋 copy color: '#DD382A'

red 221 ◦ green 56 ◦ blue 42

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

Shades of Cinnabar #DD382A

Tints of Cinnabar #DD382A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 69.28%
G = 17.55%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD382A (or 0xDD382A) is known color: Cinnabar. HEX triplet: DD, 38 and 2A. RGB value is (221,56,42). Sum of RGB (Red+Green+Blue) = 221+56+42=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD382A is #22C7D5. Grayscale: #676767. Windows color (decimal): -2279382 or 2767069. OLE color: 2767069.

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

Color convert

RGB 221 56 42 -
CMYK 0 0.75 0.81 0.13
HSL 4.69º 0.72% 0.52% -
HSV(B) 4.69º 0.81% 0.87% -
XYZ 31.65 18.37 4.07 -
YUV 103.74 93.16 211.64 -
System Red Green Blue C M Y K H S L
Decimal 221 56 42 0 0.75 0.81 0.13 4.69 0.72 0.52
Hex DD 38 2A 0 4B 51 D 5 48 34
Octal 335 70 52 0 113 121 15 5 110 64
Binary 11011101 111000 101010 0 1001011 1010001 1101 101 1001000 110100

Color Harmonies of #DD382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD382A

Black with #DD382A

Text Example


Text Example

White with #DD382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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