Html Css Color HEX #DF3760 Cerise

📋 copy color: '#DF3760'

red 223 ◦ green 55 ◦ blue 96

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

Shades of Cerise #DF3760

Tints of Cerise #DF3760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.71%

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

R = 59.63%
G = 14.71%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF3760 (or 0xDF3760) is known color: Cerise. HEX triplet: DF, 37 and 60. RGB value is (223,55,96). Sum of RGB (Red+Green+Blue) = 223+55+96=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3760 is #20C89F. Grayscale: #6D6D6D. Windows color (decimal): -2148512 or 6305759. OLE color: 6305759.

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

Color convert

RGB 223 55 96 -
CMYK 0 0.75 0.57 0.13
HSL 345.36º 0.72% 0.55% -
HSV(B) 345.36º 0.75% 0.87% -
XYZ 33.91 19.26 13 -
YUV 109.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 223 55 96 0 0.75 0.57 0.13 345.36 0.72 0.55
Hex DF 37 60 0 4B 39 D 159 48 37
Octal 337 67 140 0 113 71 15 531 110 67
Binary 11011111 110111 1100000 0 1001011 111001 1101 101011001 1001000 110111

Color Harmonies of #DF3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3760

Black with #DF3760

Text Example


Text Example

White with #DF3760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3760; }

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

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

background-color css

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

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

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

border-color css

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

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

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