Html Css Color HEX #DC4A2D Cinnabar

📋 copy color: '#DC4A2D'

red 220 ◦ green 74 ◦ blue 45

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

Shades of Cinnabar #DC4A2D

Tints of Cinnabar #DC4A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 64.9%
G = 21.83%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC4A2D (or 0xDC4A2D) is known color: Cinnabar. HEX triplet: DC, 4A and 2D. RGB value is (220,74,45). Sum of RGB (Red+Green+Blue) = 220+74+45=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A2D is #23B5D2. Grayscale: #727272. Windows color (decimal): -2340307 or 2968284. OLE color: 2968284.

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

Color convert

RGB 220 74 45 -
CMYK 0 0.66 0.80 0.14
HSL 9.94º 0.71% 0.52% -
HSV(B) 9.94º 0.8% 0.86% -
XYZ 32.44 20.3 4.69 -
YUV 114.35 88.87 203.36 -
System Red Green Blue C M Y K H S L
Decimal 220 74 45 0 0.66 0.80 0.14 9.94 0.71 0.52
Hex DC 4A 2D 0 42 50 E A 47 34
Octal 334 112 55 0 102 120 16 12 107 64
Binary 11011100 1001010 101101 0 1000010 1010000 1110 1010 1000111 110100

Color Harmonies of #DC4A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A2D

Black with #DC4A2D

Text Example


Text Example

White with #DC4A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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