Html Css Color HEX #DC4643 Cinnabar

📋 copy color: '#DC4643'

red 220 ◦ green 70 ◦ blue 67

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

Shades of Cinnabar #DC4643

Tints of Cinnabar #DC4643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

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

R = 61.62%
G = 19.61%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC4643 (or 0xDC4643) is known color: Cinnabar. HEX triplet: DC, 46 and 43. RGB value is (220,70,67). Sum of RGB (Red+Green+Blue) = 220+70+67=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4643 is #23B9BC. Grayscale: #727272. Windows color (decimal): -2341309 or 4409052. OLE color: 4409052.

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

Color convert

RGB 220 70 67 -
CMYK 0 0.68 0.70 0.14
HSL 1.18º 0.69% 0.56% -
HSV(B) 1.18º 0.7% 0.86% -
XYZ 32.72 20 7.45 -
YUV 114.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 220 70 67 0 0.68 0.70 0.14 1.18 0.69 0.56
Hex DC 46 43 0 44 46 E 1 45 38
Octal 334 106 103 0 104 106 16 1 105 70
Binary 11011100 1000110 1000011 0 1000100 1000110 1110 1 1000101 111000

Color Harmonies of #DC4643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4643

Black with #DC4643

Text Example


Text Example

White with #DC4643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4643; }

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

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

background-color css

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

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

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

border-color css

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

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

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