Html Css Color HEX #D3275B Cerise

📋 copy color: '#D3275B'

red 211 ◦ green 39 ◦ blue 91

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

Shades of Cerise #D3275B

Tints of Cerise #D3275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 61.88%
G = 11.44%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3275B (or 0xD3275B) is known color: Cerise. HEX triplet: D3, 27 and 5B. RGB value is (211,39,91). Sum of RGB (Red+Green+Blue) = 211+39+91=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3275B is #2CD8A4. Grayscale: #606060. Windows color (decimal): -2939045 or 5973971. OLE color: 5973971.

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

Color convert

RGB 211 39 91 -
CMYK 0 0.82 0.57 0.17
HSL 341.86º 0.69% 0.49% -
HSV(B) 341.86º 0.82% 0.83% -
XYZ 29.48 16.06 11.44 -
YUV 96.36 124.98 209.77 -
System Red Green Blue C M Y K H S L
Decimal 211 39 91 0 0.82 0.57 0.17 341.86 0.69 0.49
Hex D3 27 5B 0 52 39 11 156 45 31
Octal 323 47 133 0 122 71 21 526 105 61
Binary 11010011 100111 1011011 0 1010010 111001 10001 101010110 1000101 110001

Color Harmonies of #D3275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3275B

Black with #D3275B

Text Example


Text Example

White with #D3275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3275B; }

 p { color: rgb(211,39,91); }

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

background-color css

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

 a { background-color: rgb(211,39,91); }

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

border-color css

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

 span { border-color: rgb(211,39,91); }

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