Html Css Color HEX #DC4543 Cinnabar

📋 copy color: '#DC4543'

red 220 ◦ green 69 ◦ blue 67

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

Shades of Cinnabar #DC4543

Tints of Cinnabar #DC4543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.38%

 BLUE value IS 67 (26.56% from 255) = 18.82%

R = 61.8%
G = 19.38%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC4543 (or 0xDC4543) is known color: Cinnabar. HEX triplet: DC, 45 and 43. RGB value is (220,69,67). Sum of RGB (Red+Green+Blue) = 220+69+67=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4543 is #23BABC. Grayscale: #727272. Windows color (decimal): -2341565 or 4408796. OLE color: 4408796.

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

Color convert

RGB 220 69 67 -
CMYK 0 0.69 0.70 0.14
HSL 0.78º 0.69% 0.56% -
HSV(B) 0.78º 0.7% 0.86% -
XYZ 32.66 19.88 7.43 -
YUV 113.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 220 69 67 0 0.69 0.70 0.14 0.78 0.69 0.56
Hex DC 45 43 0 45 46 E 1 45 38
Octal 334 105 103 0 105 106 16 1 105 70
Binary 11011100 1000101 1000011 0 1000101 1000110 1110 1 1000101 111000

Color Harmonies of #DC4543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4543

Black with #DC4543

Text Example


Text Example

White with #DC4543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4543; }

 p { color: rgb(220,69,67); }

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

background-color css

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

 a { background-color: rgb(220,69,67); }

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

border-color css

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

 span { border-color: rgb(220,69,67); }

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