Html Css Color HEX #D6275D Cerise

📋 copy color: '#D6275D'

red 214 ◦ green 39 ◦ blue 93

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

Shades of Cerise #D6275D

Tints of Cerise #D6275D

RGB

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

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

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

R = 61.85%
G = 11.27%
B = 26.88%

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

#D6275D (or 0xD6275D) is known color: Cerise. HEX triplet: D6, 27 and 5D. RGB value is (214,39,93). Sum of RGB (Red+Green+Blue) = 214+39+93=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6275D is #29D8A2. Grayscale: #616161. Windows color (decimal): -2742435 or 6105046. OLE color: 6105046.

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

Color convert

RGB 214 39 93 -
CMYK 0 0.82 0.57 0.16
HSL 341.49º 0.69% 0.5% -
HSV(B) 341.49º 0.82% 0.84% -
XYZ 30.43 16.54 11.94 -
YUV 97.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 214 39 93 0 0.82 0.57 0.16 341.49 0.69 0.5
Hex D6 27 5D 0 52 39 10 155 45 32
Octal 326 47 135 0 122 71 20 525 105 62
Binary 11010110 100111 1011101 0 1010010 111001 10000 101010101 1000101 110010

Color Harmonies of #D6275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6275D

Black with #D6275D

Text Example


Text Example

White with #D6275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6275D; }

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

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

background-color css

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

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

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

border-color css

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

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

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