Html Css Color HEX #D4235B Cerise

📋 copy color: '#D4235B'

red 212 ◦ green 35 ◦ blue 91

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

Shades of Cerise #D4235B

Tints of Cerise #D4235B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 62.72%
G = 10.36%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4235B (or 0xD4235B) is known color: Cerise. HEX triplet: D4, 23 and 5B. RGB value is (212,35,91). Sum of RGB (Red+Green+Blue) = 212+35+91=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4235B is #2BDCA4. Grayscale: #5E5E5E. Windows color (decimal): -2874533 or 5972948. OLE color: 5972948.

HSL color Cylindrical-coordinate representation of color #D4235B: hue angle of 341.02º 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 #D4235B is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 91 -
CMYK 0 0.83 0.57 0.17
HSL 341.02º 0.72% 0.48% -
HSV(B) 341.02º 0.83% 0.83% -
XYZ 29.64 15.95 11.41 -
YUV 94.31 126.14 211.95 -
System Red Green Blue C M Y K H S L
Decimal 212 35 91 0 0.83 0.57 0.17 341.02 0.72 0.48
Hex D4 23 5B 0 53 39 11 155 48 30
Octal 324 43 133 0 123 71 21 525 110 60
Binary 11010100 100011 1011011 0 1010011 111001 10001 101010101 1001000 110000

Color Harmonies of #D4235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4235B

Black with #D4235B

Text Example


Text Example

White with #D4235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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