Html Css Color HEX #D2235D Cerise

📋 copy color: '#D2235D'

red 210 ◦ green 35 ◦ blue 93

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

Shades of Cerise #D2235D

Tints of Cerise #D2235D

RGB

 RED value IS 210 (82.42% from 255) = 62.13%

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

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

R = 62.13%
G = 10.36%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2235D (or 0xD2235D) is known color: Cerise. HEX triplet: D2, 23 and 5D. RGB value is (210,35,93). Sum of RGB (Red+Green+Blue) = 210+35+93=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2235D is #2DDCA2. Grayscale: #5D5D5D. Windows color (decimal): -3005603 or 6104018. OLE color: 6104018.

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

Color convert

RGB 210 35 93 -
CMYK 0 0.83 0.56 0.18
HSL 340.11º 0.71% 0.48% -
HSV(B) 340.11º 0.83% 0.82% -
XYZ 29.16 15.69 11.85 -
YUV 93.94 127.48 210.78 -
System Red Green Blue C M Y K H S L
Decimal 210 35 93 0 0.83 0.56 0.18 340.11 0.71 0.48
Hex D2 23 5D 0 53 38 12 154 47 30
Octal 322 43 135 0 123 70 22 524 107 60
Binary 11010010 100011 1011101 0 1010011 111000 10010 101010100 1000111 110000

Color Harmonies of #D2235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2235D

Black with #D2235D

Text Example


Text Example

White with #D2235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2235D; }

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

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

background-color css

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

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

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

border-color css

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

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

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