Html Css Color HEX #DC3E34 Cinnabar

📋 copy color: '#DC3E34'

red 220 ◦ green 62 ◦ blue 52

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

Shades of Cinnabar #DC3E34

Tints of Cinnabar #DC3E34

RGB

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

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

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

R = 65.87%
G = 18.56%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3E34 (or 0xDC3E34) is known color: Cinnabar. HEX triplet: DC, 3E and 34. RGB value is (220,62,52). Sum of RGB (Red+Green+Blue) = 220+62+52=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E34 is #23C1CB. Grayscale: #6C6C6C. Windows color (decimal): -2343372 or 3423964. OLE color: 3423964.

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

Color convert

RGB 220 62 52 -
CMYK 0 0.72 0.76 0.14
HSL 3.57º 0.71% 0.53% -
HSV(B) 3.57º 0.76% 0.86% -
XYZ 31.86 18.91 5.22 -
YUV 108.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 220 62 52 0 0.72 0.76 0.14 3.57 0.71 0.53
Hex DC 3E 34 0 48 4C E 4 47 35
Octal 334 76 64 0 110 114 16 4 107 65
Binary 11011100 111110 110100 0 1001000 1001100 1110 100 1000111 110101

Color Harmonies of #DC3E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E34

Black with #DC3E34

Text Example


Text Example

White with #DC3E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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