Html Css Color HEX #DC4C3F Cinnabar

📋 copy color: '#DC4C3F'

red 220 ◦ green 76 ◦ blue 63

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

Shades of Cinnabar #DC4C3F

Tints of Cinnabar #DC4C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

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

R = 61.28%
G = 21.17%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC4C3F (or 0xDC4C3F) is known color: Cinnabar. HEX triplet: DC, 4C and 3F. RGB value is (220,76,63). Sum of RGB (Red+Green+Blue) = 220+76+63=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C3F is #23B3C0. Grayscale: #757575. Windows color (decimal): -2339777 or 4148444. OLE color: 4148444.

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

Color convert

RGB 220 76 63 -
CMYK 0 0.65 0.71 0.14
HSL 4.97º 0.69% 0.55% -
HSV(B) 4.97º 0.71% 0.86% -
XYZ 33 20.74 6.97 -
YUV 117.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 220 76 63 0 0.65 0.71 0.14 4.97 0.69 0.55
Hex DC 4C 3F 0 41 47 E 5 45 37
Octal 334 114 77 0 101 107 16 5 105 67
Binary 11011100 1001100 111111 0 1000001 1000111 1110 101 1000101 110111

Color Harmonies of #DC4C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C3F

Black with #DC4C3F

Text Example


Text Example

White with #DC4C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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