Html Css Color HEX #D4245F Cerise

📋 copy color: '#D4245F'

red 212 ◦ green 36 ◦ blue 95

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

Shades of Cerise #D4245F

Tints of Cerise #D4245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.5%

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

R = 61.81%
G = 10.5%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4245F (or 0xD4245F) is known color: Cerise. HEX triplet: D4, 24 and 5F. RGB value is (212,36,95). Sum of RGB (Red+Green+Blue) = 212+36+95=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4245F is #2BDBA0. Grayscale: #5F5F5F. Windows color (decimal): -2874273 or 6235348. OLE color: 6235348.

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

Color convert

RGB 212 36 95 -
CMYK 0 0.83 0.55 0.17
HSL 339.89º 0.71% 0.49% -
HSV(B) 339.89º 0.83% 0.83% -
XYZ 29.85 16.09 12.36 -
YUV 95.35 127.81 211.2 -
System Red Green Blue C M Y K H S L
Decimal 212 36 95 0 0.83 0.55 0.17 339.89 0.71 0.49
Hex D4 24 5F 0 53 37 11 154 47 31
Octal 324 44 137 0 123 67 21 524 107 61
Binary 11010100 100100 1011111 0 1010011 110111 10001 101010100 1000111 110001

Color Harmonies of #D4245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4245F

Black with #D4245F

Text Example


Text Example

White with #D4245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4245F; }

 p { color: rgb(212,36,95); }

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

background-color css

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

 a { background-color: rgb(212,36,95); }

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

border-color css

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

 span { border-color: rgb(212,36,95); }

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