Html Css Color HEX #DC3E32 Cinnabar

📋 copy color: '#DC3E32'

red 220 ◦ green 62 ◦ blue 50

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

Shades of Cinnabar #DC3E32

Tints of Cinnabar #DC3E32

RGB

 RED value IS 220 (86.33% from 255) = 66.27%

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

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 66.27%
G = 18.67%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC3E32 (or 0xDC3E32) is known color: Cinnabar. HEX triplet: DC, 3E and 32. RGB value is (220,62,50). Sum of RGB (Red+Green+Blue) = 220+62+50=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E32 is #23C1CD. Grayscale: #6C6C6C. Windows color (decimal): -2343374 or 3292892. OLE color: 3292892.

HSL color Cylindrical-coordinate representation of color #DC3E32: hue angle of 4.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3E32 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 62 50 -
CMYK 0 0.72 0.77 0.14
HSL 4.24º 0.71% 0.53% -
HSV(B) 4.24º 0.77% 0.86% -
XYZ 31.81 18.89 4.99 -
YUV 107.87 95.35 207.98 -
System Red Green Blue C M Y K H S L
Decimal 220 62 50 0 0.72 0.77 0.14 4.24 0.71 0.53
Hex DC 3E 32 0 48 4D E 4 47 35
Octal 334 76 62 0 110 115 16 4 107 65
Binary 11011100 111110 110010 0 1001000 1001101 1110 100 1000111 110101

Color Harmonies of #DC3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E32

Black with #DC3E32

Text Example


Text Example

White with #DC3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E32; }

 p { color: rgb(220,62,50); }

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

background-color css

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

 a { background-color: rgb(220,62,50); }

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

border-color css

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

 span { border-color: rgb(220,62,50); }

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