Html Css Color HEX #DC3F3F Cinnabar

📋 copy color: '#DC3F3F'

red 220 ◦ green 63 ◦ blue 63

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

Shades of Cinnabar #DC3F3F

Tints of Cinnabar #DC3F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.21%

R = 63.58%
G = 18.21%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC3F3F (or 0xDC3F3F) is known color: Cinnabar. HEX triplet: DC, 3F and 3F. RGB value is (220,63,63). Sum of RGB (Red+Green+Blue) = 220+63+63=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F3F is #23C0C0. Grayscale: #6E6E6E. Windows color (decimal): -2343105 or 4145116. OLE color: 4145116.

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

Color convert

RGB 220 63 63 -
CMYK 0 0.71 0.71 0.14
HSL 0.69% 0.55% -
HSV(B) 0.71% 0.86% -
XYZ 32.19 19.13 6.7 -
YUV 109.94 101.51 206.5 -
System Red Green Blue C M Y K H S L
Decimal 220 63 63 0 0.71 0.71 0.14 0 0.69 0.55
Hex DC 3F 3F 0 47 47 E 0 45 37
Octal 334 77 77 0 107 107 16 0 105 67
Binary 11011100 111111 111111 0 1000111 1000111 1110 0 1000101 110111

Color Harmonies of #DC3F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F3F

Black with #DC3F3F

Text Example


Text Example

White with #DC3F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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