Html Css Color HEX #DF6460 Roman

📋 copy color: '#DF6460'

red 223 ◦ green 100 ◦ blue 96

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

Shades of Roman #DF6460

Tints of Roman #DF6460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.87%

 BLUE value IS 96 (37.89% from 255) = 22.91%

R = 53.22%
G = 23.87%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF6460 (or 0xDF6460) is known color: Roman. HEX triplet: DF, 64 and 60. RGB value is (223,100,96). Sum of RGB (Red+Green+Blue) = 223+100+96=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6460 is #209B9F. Grayscale: #888888. Windows color (decimal): -2136992 or 6317279. OLE color: 6317279.

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

Color convert

RGB 223 100 96 -
CMYK 0 0.55 0.57 0.13
HSL 1.89º 0.66% 0.63% -
HSV(B) 1.89º 0.57% 0.87% -
XYZ 37.1 25.65 14.06 -
YUV 136.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 223 100 96 0 0.55 0.57 0.13 1.89 0.66 0.63
Hex DF 64 60 0 37 39 D 2 42 3F
Octal 337 144 140 0 67 71 15 2 102 77
Binary 11011111 1100100 1100000 0 110111 111001 1101 10 1000010 111111

Color Harmonies of #DF6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6460

Black with #DF6460

Text Example


Text Example

White with #DF6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6460; }

 p { color: rgb(223,100,96); }

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

background-color css

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

 a { background-color: rgb(223,100,96); }

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

border-color css

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

 span { border-color: rgb(223,100,96); }

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