Html Css Color HEX #DC4F31 Cinnabar

📋 copy color: '#DC4F31'

red 220 ◦ green 79 ◦ blue 49

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

Shades of Cinnabar #DC4F31

Tints of Cinnabar #DC4F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 63.22%
G = 22.7%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC4F31 (or 0xDC4F31) is known color: Cinnabar. HEX triplet: DC, 4F and 31. RGB value is (220,79,49). Sum of RGB (Red+Green+Blue) = 220+79+49=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4F31 is #23B0CE. Grayscale: #767676. Windows color (decimal): -2339023 or 3231708. OLE color: 3231708.

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

Color convert

RGB 220 79 49 -
CMYK 0 0.64 0.78 0.14
HSL 10.53º 0.71% 0.53% -
HSV(B) 10.53º 0.78% 0.86% -
XYZ 32.87 21.03 5.23 -
YUV 117.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 220 79 49 0 0.64 0.78 0.14 10.53 0.71 0.53
Hex DC 4F 31 0 40 4E E B 47 35
Octal 334 117 61 0 100 116 16 13 107 65
Binary 11011100 1001111 110001 0 1000000 1001110 1110 1011 1000111 110101

Color Harmonies of #DC4F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F31

Black with #DC4F31

Text Example


Text Example

White with #DC4F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F31; }

 p { color: rgb(220,79,49); }

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

background-color css

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

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

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

border-color css

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

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

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