Html Css Color HEX #DF235F Cerise

📋 copy color: '#DF235F'

red 223 ◦ green 35 ◦ blue 95

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

Shades of Cerise #DF235F

Tints of Cerise #DF235F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.92%

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 63.17%
G = 9.92%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF235F (or 0xDF235F) is known color: Cerise. HEX triplet: DF, 23 and 5F. RGB value is (223,35,95). Sum of RGB (Red+Green+Blue) = 223+35+95=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF235F is #20DCA0. Grayscale: #616161. Windows color (decimal): -2153633 or 6235103. OLE color: 6235103.

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

Color convert

RGB 223 35 95 -
CMYK 0 0.84 0.57 0.13
HSL 340.85º 0.75% 0.51% -
HSV(B) 340.85º 0.84% 0.87% -
XYZ 33.1 17.72 12.5 -
YUV 98.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 223 35 95 0 0.84 0.57 0.13 340.85 0.75 0.51
Hex DF 23 5F 0 54 39 D 155 4B 33
Octal 337 43 137 0 124 71 15 525 113 63
Binary 11011111 100011 1011111 0 1010100 111001 1101 101010101 1001011 110011

Color Harmonies of #DF235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF235F

Black with #DF235F

Text Example


Text Example

White with #DF235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF235F; }

 p { color: rgb(223,35,95); }

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

background-color css

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

 a { background-color: rgb(223,35,95); }

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

border-color css

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

 span { border-color: rgb(223,35,95); }

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