Html Css Color HEX #DC443B Cinnabar

📋 copy color: '#DC443B'

red 220 ◦ green 68 ◦ blue 59

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

Shades of Cinnabar #DC443B

Tints of Cinnabar #DC443B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.6%

 BLUE value IS 59 (23.44% from 255) = 17%

R = 63.4%
G = 19.6%
B = 17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC443B (or 0xDC443B) is known color: Cinnabar. HEX triplet: DC, 44 and 3B. RGB value is (220,68,59). Sum of RGB (Red+Green+Blue) = 220+68+59=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC443B is #23BBC4. Grayscale: #707070. Windows color (decimal): -2341829 or 3884252. OLE color: 3884252.

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

Color convert

RGB 220 68 59 -
CMYK 0 0.69 0.73 0.14
HSL 3.35º 0.7% 0.55% -
HSV(B) 3.35º 0.73% 0.86% -
XYZ 32.37 19.67 6.23 -
YUV 112.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 220 68 59 0 0.69 0.73 0.14 3.35 0.7 0.55
Hex DC 44 3B 0 45 49 E 3 46 37
Octal 334 104 73 0 105 111 16 3 106 67
Binary 11011100 1000100 111011 0 1000101 1001001 1110 11 1000110 110111

Color Harmonies of #DC443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC443B

Black with #DC443B

Text Example


Text Example

White with #DC443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC443B; }

 p { color: rgb(220,68,59); }

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

background-color css

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

 a { background-color: rgb(220,68,59); }

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

border-color css

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

 span { border-color: rgb(220,68,59); }

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