Html Css Color HEX #D4375F Cerise

📋 copy color: '#D4375F'

red 212 ◦ green 55 ◦ blue 95

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

Shades of Cerise #D4375F

Tints of Cerise #D4375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.19%

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

R = 58.56%
G = 15.19%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4375F (or 0xD4375F) is known color: Cerise. HEX triplet: D4, 37 and 5F. RGB value is (212,55,95). Sum of RGB (Red+Green+Blue) = 212+55+95=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4375F is #2BC8A0. Grayscale: #6A6A6A. Windows color (decimal): -2869409 or 6240212. OLE color: 6240212.

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

Color convert

RGB 212 55 95 -
CMYK 0 0.74 0.55 0.17
HSL 344.71º 0.65% 0.52% -
HSV(B) 344.71º 0.74% 0.83% -
XYZ 30.58 17.56 12.6 -
YUV 106.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 212 55 95 0 0.74 0.55 0.17 344.71 0.65 0.52
Hex D4 37 5F 0 4A 37 11 159 41 34
Octal 324 67 137 0 112 67 21 531 101 64
Binary 11010100 110111 1011111 0 1001010 110111 10001 101011001 1000001 110100

Color Harmonies of #D4375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4375F

Black with #D4375F

Text Example


Text Example

White with #D4375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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