Html Css Color HEX #DC4C3E Cinnabar

📋 copy color: '#DC4C3E'

red 220 ◦ green 76 ◦ blue 62

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

Shades of Cinnabar #DC4C3E

Tints of Cinnabar #DC4C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 61.45%
G = 21.23%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC4C3E (or 0xDC4C3E) is known color: Cinnabar. HEX triplet: DC, 4C and 3E. RGB value is (220,76,62). Sum of RGB (Red+Green+Blue) = 220+76+62=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C3E is #23B3C1. Grayscale: #757575. Windows color (decimal): -2339778 or 4082908. OLE color: 4082908.

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

Color convert

RGB 220 76 62 -
CMYK 0 0.65 0.72 0.14
HSL 5.32º 0.69% 0.55% -
HSV(B) 5.32º 0.72% 0.86% -
XYZ 32.97 20.73 6.82 -
YUV 117.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 220 76 62 0 0.65 0.72 0.14 5.32 0.69 0.55
Hex DC 4C 3E 0 41 48 E 5 45 37
Octal 334 114 76 0 101 110 16 5 105 67
Binary 11011100 1001100 111110 0 1000001 1001000 1110 101 1000101 110111

Color Harmonies of #DC4C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C3E

Black with #DC4C3E

Text Example


Text Example

White with #DC4C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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