Html Css Color HEX #DC3E27 Cinnabar

📋 copy color: '#DC3E27'

red 220 ◦ green 62 ◦ blue 39

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

Shades of Cinnabar #DC3E27

Tints of Cinnabar #DC3E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.15%

R = 68.54%
G = 19.31%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3E27 (or 0xDC3E27) is known color: Cinnabar. HEX triplet: DC, 3E and 27. RGB value is (220,62,39). Sum of RGB (Red+Green+Blue) = 220+62+39=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E27 is #23C1D8. Grayscale: #6A6A6A. Windows color (decimal): -2343385 or 2571996. OLE color: 2571996.

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

Color convert

RGB 220 62 39 -
CMYK 0 0.72 0.82 0.14
HSL 7.62º 0.72% 0.51% -
HSV(B) 7.62º 0.82% 0.86% -
XYZ 31.6 18.81 3.88 -
YUV 106.62 89.85 208.87 -
System Red Green Blue C M Y K H S L
Decimal 220 62 39 0 0.72 0.82 0.14 7.62 0.72 0.51
Hex DC 3E 27 0 48 52 E 8 48 33
Octal 334 76 47 0 110 122 16 10 110 63
Binary 11011100 111110 100111 0 1001000 1010010 1110 1000 1001000 110011

Color Harmonies of #DC3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E27

Black with #DC3E27

Text Example


Text Example

White with #DC3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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