Html Css Color HEX #D4235D Cerise

📋 copy color: '#D4235D'

red 212 ◦ green 35 ◦ blue 93

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

Shades of Cerise #D4235D

Tints of Cerise #D4235D

RGB

 RED value IS 212 (83.2% from 255) = 62.35%

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

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 62.35%
G = 10.29%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4235D (or 0xD4235D) is known color: Cerise. HEX triplet: D4, 23 and 5D. RGB value is (212,35,93). Sum of RGB (Red+Green+Blue) = 212+35+93=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D4235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4235D is #2BDCA2. Grayscale: #5E5E5E. Windows color (decimal): -2874531 or 6104020. OLE color: 6104020.

HSL color Cylindrical-coordinate representation of color #D4235D: hue angle of 340.34º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4235D is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 93 -
CMYK 0 0.83 0.56 0.17
HSL 340.34º 0.72% 0.48% -
HSV(B) 340.34º 0.83% 0.83% -
XYZ 29.73 15.99 11.88 -
YUV 94.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 212 35 93 0 0.83 0.56 0.17 340.34 0.72 0.48
Hex D4 23 5D 0 53 38 11 154 48 30
Octal 324 43 135 0 123 70 21 524 110 60
Binary 11010100 100011 1011101 0 1010011 111000 10001 101010100 1001000 110000

Color Harmonies of #D4235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4235D

Black with #D4235D

Text Example


Text Example

White with #D4235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4235D; }

 p { color: rgb(212,35,93); }

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

background-color css

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

 a { background-color: rgb(212,35,93); }

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

border-color css

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

 span { border-color: rgb(212,35,93); }

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