Html Css Color HEX #DC4C41 Cinnabar

📋 copy color: '#DC4C41'

red 220 ◦ green 76 ◦ blue 65

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

Shades of Cinnabar #DC4C41

Tints of Cinnabar #DC4C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 60.94%
G = 21.05%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC4C41 (or 0xDC4C41) is known color: Cinnabar. HEX triplet: DC, 4C and 41. RGB value is (220,76,65). Sum of RGB (Red+Green+Blue) = 220+76+65=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C41 is #23B3BE. Grayscale: #757575. Windows color (decimal): -2339775 or 4279516. OLE color: 4279516.

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

Color convert

RGB 220 76 65 -
CMYK 0 0.65 0.70 0.14
HSL 4.26º 0.69% 0.56% -
HSV(B) 4.26º 0.7% 0.86% -
XYZ 33.05 20.77 7.27 -
YUV 117.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 220 76 65 0 0.65 0.70 0.14 4.26 0.69 0.56
Hex DC 4C 41 0 41 46 E 4 45 38
Octal 334 114 101 0 101 106 16 4 105 70
Binary 11011100 1001100 1000001 0 1000001 1000110 1110 100 1000101 111000

Color Harmonies of #DC4C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C41

Black with #DC4C41

Text Example


Text Example

White with #DC4C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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