Html Css Color HEX #DC5F5A Roman

📋 copy color: '#DC5F5A'

red 220 ◦ green 95 ◦ blue 90

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

Shades of Roman #DC5F5A

Tints of Roman #DC5F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.22%

R = 54.32%
G = 23.46%
B = 22.22%

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

#DC5F5A (or 0xDC5F5A) is known color: Roman. HEX triplet: DC, 5F and 5A. RGB value is (220,95,90). Sum of RGB (Red+Green+Blue) = 220+95+90=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F5A is #23A0A5. Grayscale: #838383. Windows color (decimal): -2334886 or 5922780. OLE color: 5922780.

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

Color convert

RGB 220 95 90 -
CMYK 0 0.57 0.59 0.14
HSL 2.31º 0.65% 0.61% -
HSV(B) 2.31º 0.59% 0.86% -
XYZ 35.45 24.14 12.46 -
YUV 131.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 220 95 90 0 0.57 0.59 0.14 2.31 0.65 0.61
Hex DC 5F 5A 0 39 3B E 2 41 3D
Octal 334 137 132 0 71 73 16 2 101 75
Binary 11011100 1011111 1011010 0 111001 111011 1110 10 1000001 111101

Color Harmonies of #DC5F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F5A

Black with #DC5F5A

Text Example


Text Example

White with #DC5F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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