Html Css Color HEX #DF6461 Roman

📋 copy color: '#DF6461'

red 223 ◦ green 100 ◦ blue 97

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

Shades of Roman #DF6461

Tints of Roman #DF6461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 53.1%
G = 23.81%
B = 23.1%

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

#DF6461 (or 0xDF6461) is known color: Roman. HEX triplet: DF, 64 and 61. RGB value is (223,100,97). Sum of RGB (Red+Green+Blue) = 223+100+97=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6461 is #209B9E. Grayscale: #888888. Windows color (decimal): -2136991 or 6382815. OLE color: 6382815.

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

Color convert

RGB 223 100 97 -
CMYK 0 0.55 0.57 0.13
HSL 1.43º 0.66% 0.63% -
HSV(B) 1.43º 0.57% 0.87% -
XYZ 37.15 25.67 14.31 -
YUV 136.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 223 100 97 0 0.55 0.57 0.13 1.43 0.66 0.63
Hex DF 64 61 0 37 39 D 1 42 3F
Octal 337 144 141 0 67 71 15 1 102 77
Binary 11011111 1100100 1100001 0 110111 111001 1101 1 1000010 111111

Color Harmonies of #DF6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6461

Black with #DF6461

Text Example


Text Example

White with #DF6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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