Html Css Color HEX #DF375B Cerise

📋 copy color: '#DF375B'

red 223 ◦ green 55 ◦ blue 91

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

Shades of Cerise #DF375B

Tints of Cerise #DF375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 60.43%
G = 14.91%
B = 24.66%

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

#DF375B (or 0xDF375B) is known color: Cerise. HEX triplet: DF, 37 and 5B. RGB value is (223,55,91). Sum of RGB (Red+Green+Blue) = 223+55+91=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF375B is #20C8A4. Grayscale: #6D6D6D. Windows color (decimal): -2148517 or 5978079. OLE color: 5978079.

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

Color convert

RGB 223 55 91 -
CMYK 0 0.75 0.59 0.13
HSL 347.14º 0.72% 0.55% -
HSV(B) 347.14º 0.75% 0.87% -
XYZ 33.69 19.18 11.82 -
YUV 109.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 223 55 91 0 0.75 0.59 0.13 347.14 0.72 0.55
Hex DF 37 5B 0 4B 3B D 15B 48 37
Octal 337 67 133 0 113 73 15 533 110 67
Binary 11011111 110111 1011011 0 1001011 111011 1101 101011011 1001000 110111

Color Harmonies of #DF375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF375B

Black with #DF375B

Text Example


Text Example

White with #DF375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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