Html Css Color HEX #DC3E35 Cinnabar

📋 copy color: '#DC3E35'

red 220 ◦ green 62 ◦ blue 53

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

Shades of Cinnabar #DC3E35

Tints of Cinnabar #DC3E35

RGB

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

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

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

R = 65.67%
G = 18.51%
B = 15.82%

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

#DC3E35 (or 0xDC3E35) is known color: Cinnabar. HEX triplet: DC, 3E and 35. RGB value is (220,62,53). Sum of RGB (Red+Green+Blue) = 220+62+53=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E35 is #23C1CA. Grayscale: #6C6C6C. Windows color (decimal): -2343371 or 3489500. OLE color: 3489500.

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

Color convert

RGB 220 62 53 -
CMYK 0 0.72 0.76 0.14
HSL 3.23º 0.7% 0.54% -
HSV(B) 3.23º 0.76% 0.86% -
XYZ 31.88 18.92 5.34 -
YUV 108.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 220 62 53 0 0.72 0.76 0.14 3.23 0.7 0.54
Hex DC 3E 35 0 48 4C E 3 46 36
Octal 334 76 65 0 110 114 16 3 106 66
Binary 11011100 111110 110101 0 1001000 1001100 1110 11 1000110 110110

Color Harmonies of #DC3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E35

Black with #DC3E35

Text Example


Text Example

White with #DC3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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