Html Css Color HEX #CE114D Crimson

📋 copy color: '#CE114D'

red 206 ◦ green 17 ◦ blue 77

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

Shades of Crimson #CE114D

Tints of Crimson #CE114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 68.67%
G = 5.67%
B = 25.67%

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

#CE114D (or 0xCE114D) is known color: Crimson. HEX triplet: CE, 11 and 4D. RGB value is (206,17,77). Sum of RGB (Red+Green+Blue) = 206+17+77=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE114D is #31EEB2. Grayscale: #505050. Windows color (decimal): -3272371 or 5050830. OLE color: 5050830.

HSL color Cylindrical-coordinate representation of color #CE114D: hue angle of 340.95º 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 #CE114D is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 17 77 -
CMYK 0 0.92 0.63 0.19
HSL 340.95º 0.85% 0.44% -
HSV(B) 340.95º 0.92% 0.81% -
XYZ 26.99 14.06 8.31 -
YUV 80.35 126.12 217.62 -
System Red Green Blue C M Y K H S L
Decimal 206 17 77 0 0.92 0.63 0.19 340.95 0.85 0.44
Hex CE 11 4D 0 5C 3F 13 155 55 2C
Octal 316 21 115 0 134 77 23 525 125 54
Binary 11001110 10001 1001101 0 1011100 111111 10011 101010101 1010101 101100

Color Harmonies of #CE114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE114D

Black with #CE114D

Text Example


Text Example

White with #CE114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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