Html Css Color HEX #DF375C Cerise

📋 copy color: '#DF375C'

red 223 ◦ green 55 ◦ blue 92

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

Shades of Cerise #DF375C

Tints of Cerise #DF375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 60.27%
G = 14.86%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF375C (or 0xDF375C) is known color: Cerise. HEX triplet: DF, 37 and 5C. RGB value is (223,55,92). Sum of RGB (Red+Green+Blue) = 223+55+92=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF375C is #20C8A3. Grayscale: #6D6D6D. Windows color (decimal): -2148516 or 6043615. OLE color: 6043615.

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

Color convert

RGB 223 55 92 -
CMYK 0 0.75 0.59 0.13
HSL 346.79º 0.72% 0.55% -
HSV(B) 346.79º 0.75% 0.87% -
XYZ 33.73 19.19 12.05 -
YUV 109.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 223 55 92 0 0.75 0.59 0.13 346.79 0.72 0.55
Hex DF 37 5C 0 4B 3B D 15B 48 37
Octal 337 67 134 0 113 73 15 533 110 67
Binary 11011111 110111 1011100 0 1001011 111011 1101 101011011 1001000 110111

Color Harmonies of #DF375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF375C

Black with #DF375C

Text Example


Text Example

White with #DF375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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