Html Css Color HEX #DC5F5B Roman

📋 copy color: '#DC5F5B'

red 220 ◦ green 95 ◦ blue 91

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

Shades of Roman #DC5F5B

Tints of Roman #DC5F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

 BLUE value IS 91 (35.94% from 255) = 22.41%

R = 54.19%
G = 23.4%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC5F5B (or 0xDC5F5B) is known color: Roman. HEX triplet: DC, 5F and 5B. RGB value is (220,95,91). Sum of RGB (Red+Green+Blue) = 220+95+91=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F5B is #23A0A4. Grayscale: #848484. Windows color (decimal): -2334885 or 5988316. OLE color: 5988316.

HSL color Cylindrical-coordinate representation of color #DC5F5B: hue angle of 1.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5F5B is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 91 -
CMYK 0 0.57 0.59 0.14
HSL 1.86º 0.65% 0.61% -
HSV(B) 1.86º 0.59% 0.86% -
XYZ 35.5 24.16 12.69 -
YUV 131.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 220 95 91 0 0.57 0.59 0.14 1.86 0.65 0.61
Hex DC 5F 5B 0 39 3B E 2 41 3D
Octal 334 137 133 0 71 73 16 2 101 75
Binary 11011100 1011111 1011011 0 111001 111011 1110 10 1000001 111101

Color Harmonies of #DC5F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F5B

Black with #DC5F5B

Text Example


Text Example

White with #DC5F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F5B; }

 p { color: rgb(220,95,91); }

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

background-color css

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

 a { background-color: rgb(220,95,91); }

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

border-color css

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

 span { border-color: rgb(220,95,91); }

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