Html Css Color HEX #DC4831 Cinnabar

📋 copy color: '#DC4831'

red 220 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #DC4831

Tints of Cinnabar #DC4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

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

R = 64.52%
G = 21.11%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC4831 (or 0xDC4831) is known color: Cinnabar. HEX triplet: DC, 48 and 31. RGB value is (220,72,49). Sum of RGB (Red+Green+Blue) = 220+72+49=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4831 is #23B7CE. Grayscale: #717171. Windows color (decimal): -2340815 or 3229916. OLE color: 3229916.

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

Color convert

RGB 220 72 49 -
CMYK 0 0.67 0.78 0.14
HSL 8.07º 0.71% 0.53% -
HSV(B) 8.07º 0.78% 0.86% -
XYZ 32.39 20.07 5.07 -
YUV 113.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 220 72 49 0 0.67 0.78 0.14 8.07 0.71 0.53
Hex DC 48 31 0 43 4E E 8 47 35
Octal 334 110 61 0 103 116 16 10 107 65
Binary 11011100 1001000 110001 0 1000011 1001110 1110 1000 1000111 110101

Color Harmonies of #DC4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4831

Black with #DC4831

Text Example


Text Example

White with #DC4831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4831; }

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

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

background-color css

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

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

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

border-color css

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

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

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