Html Css Color HEX #DC3F27 Cinnabar

📋 copy color: '#DC3F27'

red 220 ◦ green 63 ◦ blue 39

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

Shades of Cinnabar #DC3F27

Tints of Cinnabar #DC3F27

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 68.32%
G = 19.57%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3F27 (or 0xDC3F27) is known color: Cinnabar. HEX triplet: DC, 3F and 27. RGB value is (220,63,39). Sum of RGB (Red+Green+Blue) = 220+63+39=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F27 is #23C0D8. Grayscale: #6B6B6B. Windows color (decimal): -2343129 or 2572252. OLE color: 2572252.

HSL color Cylindrical-coordinate representation of color #DC3F27: hue angle of 7.96º 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 #DC3F27 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 63 39 -
CMYK 0 0.71 0.82 0.14
HSL 7.96º 0.72% 0.51% -
HSV(B) 7.96º 0.82% 0.86% -
XYZ 31.66 18.92 3.9 -
YUV 107.21 89.51 208.45 -
System Red Green Blue C M Y K H S L
Decimal 220 63 39 0 0.71 0.82 0.14 7.96 0.72 0.51
Hex DC 3F 27 0 47 52 E 8 48 33
Octal 334 77 47 0 107 122 16 10 110 63
Binary 11011100 111111 100111 0 1000111 1010010 1110 1000 1001000 110011

Color Harmonies of #DC3F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F27

Black with #DC3F27

Text Example


Text Example

White with #DC3F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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