Html Css Color HEX #DF365C Cerise

📋 copy color: '#DF365C'

red 223 ◦ green 54 ◦ blue 92

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

Shades of Cerise #DF365C

Tints of Cerise #DF365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.63%

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

R = 60.43%
G = 14.63%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF365C (or 0xDF365C) is known color: Cerise. HEX triplet: DF, 36 and 5C. RGB value is (223,54,92). Sum of RGB (Red+Green+Blue) = 223+54+92=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF365C is #20C9A3. Grayscale: #6C6C6C. Windows color (decimal): -2148772 or 6043359. OLE color: 6043359.

HSL color Cylindrical-coordinate representation of color #DF365C: hue angle of 346.51º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF365C is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 54 92 -
CMYK 0 0.76 0.59 0.13
HSL 346.51º 0.73% 0.54% -
HSV(B) 346.51º 0.76% 0.87% -
XYZ 33.68 19.1 12.04 -
YUV 108.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 223 54 92 0 0.76 0.59 0.13 346.51 0.73 0.54
Hex DF 36 5C 0 4C 3B D 15B 49 36
Octal 337 66 134 0 114 73 15 533 111 66
Binary 11011111 110110 1011100 0 1001100 111011 1101 101011011 1001001 110110

Color Harmonies of #DF365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF365C

Black with #DF365C

Text Example


Text Example

White with #DF365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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