Html Css Color HEX #DC3F1F Cinnabar

📋 copy color: '#DC3F1F'

red 220 ◦ green 63 ◦ blue 31

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

Shades of Cinnabar #DC3F1F

Tints of Cinnabar #DC3F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 70.06%
G = 20.06%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC3F1F (or 0xDC3F1F) is known color: Cinnabar. HEX triplet: DC, 3F and 1F. RGB value is (220,63,31). Sum of RGB (Red+Green+Blue) = 220+63+31=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F1F is #23C0E0. Grayscale: #6A6A6A. Windows color (decimal): -2343137 or 2047964. OLE color: 2047964.

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

Color convert

RGB 220 63 31 -
CMYK 0 0.71 0.86 0.14
HSL 10.16º 0.75% 0.49% -
HSV(B) 10.16º 0.86% 0.86% -
XYZ 31.54 18.87 3.28 -
YUV 106.3 85.51 209.1 -
System Red Green Blue C M Y K H S L
Decimal 220 63 31 0 0.71 0.86 0.14 10.16 0.75 0.49
Hex DC 3F 1F 0 47 56 E A 4B 31
Octal 334 77 37 0 107 126 16 12 113 61
Binary 11011100 111111 11111 0 1000111 1010110 1110 1010 1001011 110001

Color Harmonies of #DC3F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F1F

Black with #DC3F1F

Text Example


Text Example

White with #DC3F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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