Html Css Color HEX #DF365E Cerise

📋 copy color: '#DF365E'

red 223 ◦ green 54 ◦ blue 94

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

Shades of Cerise #DF365E

Tints of Cerise #DF365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 60.11%
G = 14.56%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF365E (or 0xDF365E) is known color: Cerise. HEX triplet: DF, 36 and 5E. RGB value is (223,54,94). Sum of RGB (Red+Green+Blue) = 223+54+94=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF365E is #20C9A1. Grayscale: #6D6D6D. Windows color (decimal): -2148770 or 6174431. OLE color: 6174431.

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

Color convert

RGB 223 54 94 -
CMYK 0 0.76 0.58 0.13
HSL 345.8º 0.73% 0.54% -
HSV(B) 345.8º 0.76% 0.87% -
XYZ 33.77 19.13 12.5 -
YUV 109.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 223 54 94 0 0.76 0.58 0.13 345.8 0.73 0.54
Hex DF 36 5E 0 4C 3A D 15A 49 36
Octal 337 66 136 0 114 72 15 532 111 66
Binary 11011111 110110 1011110 0 1001100 111010 1101 101011010 1001001 110110

Color Harmonies of #DF365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF365E

Black with #DF365E

Text Example


Text Example

White with #DF365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF365E; }

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

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

background-color css

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

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

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

border-color css

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

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

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