Html Css Color HEX #DC4A2E Cinnabar

📋 copy color: '#DC4A2E'

red 220 ◦ green 74 ◦ blue 46

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

Shades of Cinnabar #DC4A2E

Tints of Cinnabar #DC4A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 64.71%
G = 21.76%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC4A2E (or 0xDC4A2E) is known color: Cinnabar. HEX triplet: DC, 4A and 2E. RGB value is (220,74,46). Sum of RGB (Red+Green+Blue) = 220+74+46=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A2E is #23B5D1. Grayscale: #727272. Windows color (decimal): -2340306 or 3033820. OLE color: 3033820.

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

Color convert

RGB 220 74 46 -
CMYK 0 0.66 0.79 0.14
HSL 9.66º 0.71% 0.52% -
HSV(B) 9.66º 0.79% 0.86% -
XYZ 32.46 20.31 4.79 -
YUV 114.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 220 74 46 0 0.66 0.79 0.14 9.66 0.71 0.52
Hex DC 4A 2E 0 42 4F E A 47 34
Octal 334 112 56 0 102 117 16 12 107 64
Binary 11011100 1001010 101110 0 1000010 1001111 1110 1010 1000111 110100

Color Harmonies of #DC4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A2E

Black with #DC4A2E

Text Example


Text Example

White with #DC4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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