Html Css Color HEX #DC3F2D Cinnabar

📋 copy color: '#DC3F2D'

red 220 ◦ green 63 ◦ blue 45

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

Shades of Cinnabar #DC3F2D

Tints of Cinnabar #DC3F2D

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

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

R = 67.07%
G = 19.21%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC3F2D (or 0xDC3F2D) is known color: Cinnabar. HEX triplet: DC, 3F and 2D. RGB value is (220,63,45). Sum of RGB (Red+Green+Blue) = 220+63+45=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F2D is #23C0D2. Grayscale: #6C6C6C. Windows color (decimal): -2343123 or 2965468. OLE color: 2965468.

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

Color convert

RGB 220 63 45 -
CMYK 0 0.71 0.80 0.14
HSL 6.17º 0.71% 0.52% -
HSV(B) 6.17º 0.8% 0.86% -
XYZ 31.77 18.96 4.47 -
YUV 107.89 92.51 207.96 -
System Red Green Blue C M Y K H S L
Decimal 220 63 45 0 0.71 0.80 0.14 6.17 0.71 0.52
Hex DC 3F 2D 0 47 50 E 6 47 34
Octal 334 77 55 0 107 120 16 6 107 64
Binary 11011100 111111 101101 0 1000111 1010000 1110 110 1000111 110100

Color Harmonies of #DC3F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F2D

Black with #DC3F2D

Text Example


Text Example

White with #DC3F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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