Html Css Color HEX #DC4E2D Cinnabar

📋 copy color: '#DC4E2D'

red 220 ◦ green 78 ◦ blue 45

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

Shades of Cinnabar #DC4E2D

Tints of Cinnabar #DC4E2D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.74%

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

R = 64.14%
G = 22.74%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC4E2D (or 0xDC4E2D) is known color: Cinnabar. HEX triplet: DC, 4E and 2D. RGB value is (220,78,45). Sum of RGB (Red+Green+Blue) = 220+78+45=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E2D is #23B1D2. Grayscale: #747474. Windows color (decimal): -2339283 or 2969308. OLE color: 2969308.

HSL color Cylindrical-coordinate representation of color #DC4E2D: hue angle of 11.31º 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 #DC4E2D is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 78 45 -
CMYK 0 0.65 0.80 0.14
HSL 11.31º 0.71% 0.52% -
HSV(B) 11.31º 0.8% 0.86% -
XYZ 32.71 20.85 4.78 -
YUV 116.7 87.54 201.68 -
System Red Green Blue C M Y K H S L
Decimal 220 78 45 0 0.65 0.80 0.14 11.31 0.71 0.52
Hex DC 4E 2D 0 41 50 E B 47 34
Octal 334 116 55 0 101 120 16 13 107 64
Binary 11011100 1001110 101101 0 1000001 1010000 1110 1011 1000111 110100

Color Harmonies of #DC4E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E2D

Black with #DC4E2D

Text Example


Text Example

White with #DC4E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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