Html Css Color HEX #DC3534 Cinnabar

📋 copy color: '#DC3534'

red 220 ◦ green 53 ◦ blue 52

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

Shades of Cinnabar #DC3534

Tints of Cinnabar #DC3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.31%

 BLUE value IS 52 (20.7% from 255) = 16%

R = 67.69%
G = 16.31%
B = 16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3534 (or 0xDC3534) is known color: Cinnabar. HEX triplet: DC, 35 and 34. RGB value is (220,53,52). Sum of RGB (Red+Green+Blue) = 220+53+52=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3534 is #23CACB. Grayscale: #666666. Windows color (decimal): -2345676 or 3421660. OLE color: 3421660.

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

Color convert

RGB 220 53 52 -
CMYK 0 0.76 0.76 0.14
HSL 0.36º 0.71% 0.53% -
HSV(B) 0.36º 0.76% 0.86% -
XYZ 31.41 18.01 5.07 -
YUV 102.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 220 53 52 0 0.76 0.76 0.14 0.36 0.71 0.53
Hex DC 35 34 0 4C 4C E 0 47 35
Octal 334 65 64 0 114 114 16 0 107 65
Binary 11011100 110101 110100 0 1001100 1001100 1110 0 1000111 110101

Color Harmonies of #DC3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3534

Black with #DC3534

Text Example


Text Example

White with #DC3534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3534; }

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

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

background-color css

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

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

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

border-color css

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

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

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