Html Css Color HEX #DF6361 Roman

📋 copy color: '#DF6361'

red 223 ◦ green 99 ◦ blue 97

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

Shades of Roman #DF6361

Tints of Roman #DF6361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

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

R = 53.22%
G = 23.63%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF6361 (or 0xDF6361) is known color: Roman. HEX triplet: DF, 63 and 61. RGB value is (223,99,97). Sum of RGB (Red+Green+Blue) = 223+99+97=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6361 is #209C9E. Grayscale: #878787. Windows color (decimal): -2137247 or 6382559. OLE color: 6382559.

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

Color convert

RGB 223 99 97 -
CMYK 0 0.56 0.57 0.13
HSL 0.95º 0.66% 0.63% -
HSV(B) 0.95º 0.57% 0.87% -
XYZ 37.05 25.47 14.27 -
YUV 135.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 223 99 97 0 0.56 0.57 0.13 0.95 0.66 0.63
Hex DF 63 61 0 38 39 D 1 42 3F
Octal 337 143 141 0 70 71 15 1 102 77
Binary 11011111 1100011 1100001 0 111000 111001 1101 1 1000010 111111

Color Harmonies of #DF6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6361

Black with #DF6361

Text Example


Text Example

White with #DF6361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6361; }

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

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

background-color css

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

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

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

border-color css

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

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

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