Html Css Color HEX #DF5C55 Roman

📋 copy color: '#DF5C55'

red 223 ◦ green 92 ◦ blue 85

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

Shades of Roman #DF5C55

Tints of Roman #DF5C55

RGB

 RED value IS 223 (87.5% from 255) = 55.75%

 GREEN value IS 92 (36.33% from 255) = 23%

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 55.75%
G = 23%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF5C55 (or 0xDF5C55) is known color: Roman. HEX triplet: DF, 5C and 55. RGB value is (223,92,85). Sum of RGB (Red+Green+Blue) = 223+92+85=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C55 is #20A3AA. Grayscale: #828282. Windows color (decimal): -2139051 or 5594335. OLE color: 5594335.

HSL color Cylindrical-coordinate representation of color #DF5C55: hue angle of 3.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5C55 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 92 85 -
CMYK 0 0.59 0.62 0.13
HSL 3.04º 0.68% 0.6% -
HSV(B) 3.04º 0.62% 0.87% -
XYZ 35.9 24 11.33 -
YUV 130.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 223 92 85 0 0.59 0.62 0.13 3.04 0.68 0.6
Hex DF 5C 55 0 3B 3E D 3 44 3C
Octal 337 134 125 0 73 76 15 3 104 74
Binary 11011111 1011100 1010101 0 111011 111110 1101 11 1000100 111100

Color Harmonies of #DF5C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C55

Black with #DF5C55

Text Example


Text Example

White with #DF5C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C55; }

 p { color: rgb(223,92,85); }

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

background-color css

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

 a { background-color: rgb(223,92,85); }

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

border-color css

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

 span { border-color: rgb(223,92,85); }

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