Html Css Color HEX #DC3E2D Cinnabar

📋 copy color: '#DC3E2D'

red 220 ◦ green 62 ◦ blue 45

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

Shades of Cinnabar #DC3E2D

Tints of Cinnabar #DC3E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 67.28%
G = 18.96%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC3E2D (or 0xDC3E2D) is known color: Cinnabar. HEX triplet: DC, 3E and 2D. RGB value is (220,62,45). Sum of RGB (Red+Green+Blue) = 220+62+45=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E2D is #23C1D2. Grayscale: #6B6B6B. Windows color (decimal): -2343379 or 2965212. OLE color: 2965212.

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

Color convert

RGB 220 62 45 -
CMYK 0 0.72 0.80 0.14
HSL 5.83º 0.71% 0.52% -
HSV(B) 5.83º 0.8% 0.86% -
XYZ 31.71 18.85 4.45 -
YUV 107.3 92.85 208.38 -
System Red Green Blue C M Y K H S L
Decimal 220 62 45 0 0.72 0.80 0.14 5.83 0.71 0.52
Hex DC 3E 2D 0 48 50 E 6 47 34
Octal 334 76 55 0 110 120 16 6 107 64
Binary 11011100 111110 101101 0 1001000 1010000 1110 110 1000111 110100

Color Harmonies of #DC3E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E2D

Black with #DC3E2D

Text Example


Text Example

White with #DC3E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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