Html Css Color HEX #DC4A2A Cinnabar

📋 copy color: '#DC4A2A'

red 220 ◦ green 74 ◦ blue 42

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

Shades of Cinnabar #DC4A2A

Tints of Cinnabar #DC4A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.5%

R = 65.48%
G = 22.02%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC4A2A (or 0xDC4A2A) is known color: Cinnabar. HEX triplet: DC, 4A and 2A. RGB value is (220,74,42). Sum of RGB (Red+Green+Blue) = 220+74+42=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A2A is #23B5D5. Grayscale: #727272. Windows color (decimal): -2340310 or 2771676. OLE color: 2771676.

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

Color convert

RGB 220 74 42 -
CMYK 0 0.66 0.81 0.14
HSL 10.79º 0.72% 0.51% -
HSV(B) 10.79º 0.81% 0.86% -
XYZ 32.38 20.28 4.4 -
YUV 114.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 220 74 42 0 0.66 0.81 0.14 10.79 0.72 0.51
Hex DC 4A 2A 0 42 51 E B 48 33
Octal 334 112 52 0 102 121 16 13 110 63
Binary 11011100 1001010 101010 0 1000010 1010001 1110 1011 1001000 110011

Color Harmonies of #DC4A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A2A

Black with #DC4A2A

Text Example


Text Example

White with #DC4A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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