Html Css Color HEX #DC3835 Cinnabar

📋 copy color: '#DC3835'

red 220 ◦ green 56 ◦ blue 53

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

Shades of Cinnabar #DC3835

Tints of Cinnabar #DC3835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 66.87%
G = 17.02%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3835 (or 0xDC3835) is known color: Cinnabar. HEX triplet: DC, 38 and 35. RGB value is (220,56,53). Sum of RGB (Red+Green+Blue) = 220+56+53=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3835 is #23C7CA. Grayscale: #686868. Windows color (decimal): -2344907 or 3487964. OLE color: 3487964.

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

Color convert

RGB 220 56 53 -
CMYK 0 0.75 0.76 0.14
HSL 1.08º 0.7% 0.54% -
HSV(B) 1.08º 0.76% 0.86% -
XYZ 31.57 18.3 5.24 -
YUV 104.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 220 56 53 0 0.75 0.76 0.14 1.08 0.7 0.54
Hex DC 38 35 0 4B 4C E 1 46 36
Octal 334 70 65 0 113 114 16 1 106 66
Binary 11011100 111000 110101 0 1001011 1001100 1110 1 1000110 110110

Color Harmonies of #DC3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3835

Black with #DC3835

Text Example


Text Example

White with #DC3835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3835; }

 p { color: rgb(220,56,53); }

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

background-color css

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

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

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

border-color css

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

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

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