Html Css Color HEX #DF5F5C Roman

📋 copy color: '#DF5F5C'

red 223 ◦ green 95 ◦ blue 92

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

Shades of Roman #DF5F5C

Tints of Roman #DF5F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 54.39%
G = 23.17%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF5F5C (or 0xDF5F5C) is known color: Roman. HEX triplet: DF, 5F and 5C. RGB value is (223,95,92). Sum of RGB (Red+Green+Blue) = 223+95+92=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F5C is #20A0A3. Grayscale: #858585. Windows color (decimal): -2138276 or 6053855. OLE color: 6053855.

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

Color convert

RGB 223 95 92 -
CMYK 0 0.57 0.59 0.13
HSL 1.37º 0.67% 0.62% -
HSV(B) 1.37º 0.59% 0.87% -
XYZ 36.46 24.65 12.96 -
YUV 132.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 223 95 92 0 0.57 0.59 0.13 1.37 0.67 0.62
Hex DF 5F 5C 0 39 3B D 1 43 3E
Octal 337 137 134 0 71 73 15 1 103 76
Binary 11011111 1011111 1011100 0 111001 111011 1101 1 1000011 111110

Color Harmonies of #DF5F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F5C

Black with #DF5F5C

Text Example


Text Example

White with #DF5F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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