Html Css Color HEX #DC4742 Cinnabar

📋 copy color: '#DC4742'

red 220 ◦ green 71 ◦ blue 66

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

Shades of Cinnabar #DC4742

Tints of Cinnabar #DC4742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 61.62%
G = 19.89%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC4742 (or 0xDC4742) is known color: Cinnabar. HEX triplet: DC, 47 and 42. RGB value is (220,71,66). Sum of RGB (Red+Green+Blue) = 220+71+66=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4742 is #23B8BD. Grayscale: #737373. Windows color (decimal): -2341054 or 4343772. OLE color: 4343772.

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

Color convert

RGB 220 71 66 -
CMYK 0 0.68 0.7 0.14
HSL 1.95º 0.69% 0.56% -
HSV(B) 1.95º 0.7% 0.86% -
XYZ 32.75 20.12 7.31 -
YUV 114.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 220 71 66 0 0.68 0.7 0.14 1.95 0.69 0.56
Hex DC 47 42 0 44 46 E 2 45 38
Octal 334 107 102 0 104 106 16 2 105 70
Binary 11011100 1000111 1000010 0 1000100 1000110 1110 10 1000101 111000

Color Harmonies of #DC4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4742

Black with #DC4742

Text Example


Text Example

White with #DC4742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4742; }

 p { color: rgb(220,71,66); }

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

background-color css

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

 a { background-color: rgb(220,71,66); }

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

border-color css

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

 span { border-color: rgb(220,71,66); }

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