Html Css Color HEX #DC4641 Cinnabar

📋 copy color: '#DC4641'

red 220 ◦ green 70 ◦ blue 65

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

Shades of Cinnabar #DC4641

Tints of Cinnabar #DC4641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 61.97%
G = 19.72%
B = 18.31%

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

#DC4641 (or 0xDC4641) is known color: Cinnabar. HEX triplet: DC, 46 and 41. RGB value is (220,70,65). Sum of RGB (Red+Green+Blue) = 220+70+65=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4641 is #23B9BE. Grayscale: #727272. Windows color (decimal): -2341311 or 4277980. OLE color: 4277980.

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

Color convert

RGB 220 70 65 -
CMYK 0 0.68 0.70 0.14
HSL 1.94º 0.69% 0.56% -
HSV(B) 1.94º 0.7% 0.86% -
XYZ 32.66 19.98 7.14 -
YUV 114.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 220 70 65 0 0.68 0.70 0.14 1.94 0.69 0.56
Hex DC 46 41 0 44 46 E 2 45 38
Octal 334 106 101 0 104 106 16 2 105 70
Binary 11011100 1000110 1000001 0 1000100 1000110 1110 10 1000101 111000

Color Harmonies of #DC4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4641

Black with #DC4641

Text Example


Text Example

White with #DC4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4641; }

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

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

background-color css

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

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

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

border-color css

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

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

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