Html Css Color HEX #DC4A40 Cinnabar

📋 copy color: '#DC4A40'

red 220 ◦ green 74 ◦ blue 64

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

Shades of Cinnabar #DC4A40

Tints of Cinnabar #DC4A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 61.45%
G = 20.67%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC4A40 (or 0xDC4A40) is known color: Cinnabar. HEX triplet: DC, 4A and 40. RGB value is (220,74,64). Sum of RGB (Red+Green+Blue) = 220+74+64=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A40 is #23B5BF. Grayscale: #747474. Windows color (decimal): -2340288 or 4213468. OLE color: 4213468.

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

Color convert

RGB 220 74 64 -
CMYK 0 0.66 0.71 0.14
HSL 3.85º 0.69% 0.56% -
HSV(B) 3.85º 0.71% 0.86% -
XYZ 32.89 20.48 7.07 -
YUV 116.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 220 74 64 0 0.66 0.71 0.14 3.85 0.69 0.56
Hex DC 4A 40 0 42 47 E 4 45 38
Octal 334 112 100 0 102 107 16 4 105 70
Binary 11011100 1001010 1000000 0 1000010 1000111 1110 100 1000101 111000

Color Harmonies of #DC4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A40

Black with #DC4A40

Text Example


Text Example

White with #DC4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A40; }

 p { color: rgb(220,74,64); }

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

background-color css

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

 a { background-color: rgb(220,74,64); }

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

border-color css

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

 span { border-color: rgb(220,74,64); }

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