Html Css Color HEX #D3245D Cerise

📋 copy color: '#D3245D'

red 211 ◦ green 36 ◦ blue 93

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

Shades of Cerise #D3245D

Tints of Cerise #D3245D

RGB

 RED value IS 211 (82.81% from 255) = 62.06%

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

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

R = 62.06%
G = 10.59%
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

#D3245D (or 0xD3245D) is known color: Cerise. HEX triplet: D3, 24 and 5D. RGB value is (211,36,93). Sum of RGB (Red+Green+Blue) = 211+36+93=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D3245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3245D is #2CDBA2. Grayscale: #5E5E5E. Windows color (decimal): -2939811 or 6104275. OLE color: 6104275.

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

Color convert

RGB 211 36 93 -
CMYK 0 0.83 0.56 0.17
HSL 340.46º 0.71% 0.48% -
HSV(B) 340.46º 0.83% 0.83% -
XYZ 29.47 15.9 11.87 -
YUV 94.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 211 36 93 0 0.83 0.56 0.17 340.46 0.71 0.48
Hex D3 24 5D 0 53 38 11 154 47 30
Octal 323 44 135 0 123 70 21 524 107 60
Binary 11010011 100100 1011101 0 1010011 111000 10001 101010100 1000111 110000

Color Harmonies of #D3245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3245D

Black with #D3245D

Text Example


Text Example

White with #D3245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3245D; }

 p { color: rgb(211,36,93); }

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

background-color css

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

 a { background-color: rgb(211,36,93); }

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

border-color css

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

 span { border-color: rgb(211,36,93); }

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