Html Css Color HEX #DC3737 Cinnabar

📋 copy color: '#DC3737'

red 220 ◦ green 55 ◦ blue 55

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

Shades of Cinnabar #DC3737

Tints of Cinnabar #DC3737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 66.67%
G = 16.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC3737 (or 0xDC3737) is known color: Cinnabar. HEX triplet: DC, 37 and 37. RGB value is (220,55,55). Sum of RGB (Red+Green+Blue) = 220+55+55=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3737 is #23C8C8. Grayscale: #686868. Windows color (decimal): -2345161 or 3618780. OLE color: 3618780.

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

Color convert

RGB 220 55 55 -
CMYK 0 0.75 0.75 0.14
HSL 0.7% 0.54% -
HSV(B) 0.75% 0.86% -
XYZ 31.57 18.22 5.47 -
YUV 104.34 100.16 210.5 -
System Red Green Blue C M Y K H S L
Decimal 220 55 55 0 0.75 0.75 0.14 0 0.7 0.54
Hex DC 37 37 0 4B 4B E 0 46 36
Octal 334 67 67 0 113 113 16 0 106 66
Binary 11011100 110111 110111 0 1001011 1001011 1110 0 1000110 110110

Color Harmonies of #DC3737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3737

Black with #DC3737

Text Example


Text Example

White with #DC3737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3737; }

 p { color: rgb(220,55,55); }

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

background-color css

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

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

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

border-color css

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

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

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