Html Css Color HEX #DF6360 Roman

📋 copy color: '#DF6360'

red 223 ◦ green 99 ◦ blue 96

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

Shades of Roman #DF6360

Tints of Roman #DF6360

RGB

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

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

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

R = 53.35%
G = 23.68%
B = 22.97%

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

#DF6360 (or 0xDF6360) is known color: Roman. HEX triplet: DF, 63 and 60. RGB value is (223,99,96). Sum of RGB (Red+Green+Blue) = 223+99+96=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6360 is #209C9F. Grayscale: #878787. Windows color (decimal): -2137248 or 6317023. OLE color: 6317023.

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

Color convert

RGB 223 99 96 -
CMYK 0 0.56 0.57 0.13
HSL 1.42º 0.66% 0.63% -
HSV(B) 1.42º 0.57% 0.87% -
XYZ 37 25.46 14.03 -
YUV 135.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 223 99 96 0 0.56 0.57 0.13 1.42 0.66 0.63
Hex DF 63 60 0 38 39 D 1 42 3F
Octal 337 143 140 0 70 71 15 1 102 77
Binary 11011111 1100011 1100000 0 111000 111001 1101 1 1000010 111111

Color Harmonies of #DF6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6360

Black with #DF6360

Text Example


Text Example

White with #DF6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6360; }

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

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

background-color css

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

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

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

border-color css

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

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

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