Html Css Color HEX #CE114C Crimson

📋 copy color: '#CE114C'

red 206 ◦ green 17 ◦ blue 76

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

Shades of Crimson #CE114C

Tints of Crimson #CE114C

RGB

 RED value IS 206 (80.86% from 255) = 68.9%

 GREEN value IS 17 (7.03% from 255) = 5.69%

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 68.9%
G = 5.69%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE114C (or 0xCE114C) is known color: Crimson. HEX triplet: CE, 11 and 4C. RGB value is (206,17,76). Sum of RGB (Red+Green+Blue) = 206+17+76=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE114C is #31EEB3. Grayscale: #505050. Windows color (decimal): -3272372 or 4985294. OLE color: 4985294.

HSL color Cylindrical-coordinate representation of color #CE114C: hue angle of 341.27º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE114C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 17 76 -
CMYK 0 0.92 0.63 0.19
HSL 341.27º 0.85% 0.44% -
HSV(B) 341.27º 0.92% 0.81% -
XYZ 26.96 14.04 8.13 -
YUV 80.24 125.62 217.7 -
System Red Green Blue C M Y K H S L
Decimal 206 17 76 0 0.92 0.63 0.19 341.27 0.85 0.44
Hex CE 11 4C 0 5C 3F 13 155 55 2C
Octal 316 21 114 0 134 77 23 525 125 54
Binary 11001110 10001 1001100 0 1011100 111111 10011 101010101 1010101 101100

Color Harmonies of #CE114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE114C

Black with #CE114C

Text Example


Text Example

White with #CE114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE114C; }

 p { color: rgb(206,17,76); }

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

background-color css

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

 a { background-color: rgb(206,17,76); }

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

border-color css

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

 span { border-color: rgb(206,17,76); }

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