Html Css Color HEX #D6275B Cerise

📋 copy color: '#D6275B'

red 214 ◦ green 39 ◦ blue 91

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

Shades of Cerise #D6275B

Tints of Cerise #D6275B

RGB

 RED value IS 214 (83.98% from 255) = 62.21%

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

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

R = 62.21%
G = 11.34%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6275B (or 0xD6275B) is known color: Cerise. HEX triplet: D6, 27 and 5B. RGB value is (214,39,91). Sum of RGB (Red+Green+Blue) = 214+39+91=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6275B is #29D8A4. Grayscale: #616161. Windows color (decimal): -2742437 or 5973974. OLE color: 5973974.

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

Color convert

RGB 214 39 91 -
CMYK 0 0.82 0.57 0.16
HSL 342.17º 0.69% 0.5% -
HSV(B) 342.17º 0.82% 0.84% -
XYZ 30.35 16.5 11.48 -
YUV 97.25 124.48 211.27 -
System Red Green Blue C M Y K H S L
Decimal 214 39 91 0 0.82 0.57 0.16 342.17 0.69 0.5
Hex D6 27 5B 0 52 39 10 156 45 32
Octal 326 47 133 0 122 71 20 526 105 62
Binary 11010110 100111 1011011 0 1010010 111001 10000 101010110 1000101 110010

Color Harmonies of #D6275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6275B

Black with #D6275B

Text Example


Text Example

White with #D6275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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