Html Css Color HEX #CE1139 Crimson

📋 copy color: '#CE1139'

red 206 ◦ green 17 ◦ blue 57

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

Shades of Crimson #CE1139

Tints of Crimson #CE1139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 73.57%
G = 6.07%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE1139 (or 0xCE1139) is known color: Crimson. HEX triplet: CE, 11 and 39. RGB value is (206,17,57). Sum of RGB (Red+Green+Blue) = 206+17+57=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1139 is #31EEC6. Grayscale: #4E4E4E. Windows color (decimal): -3272391 or 3740110. OLE color: 3740110.

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

Color convert

RGB 206 17 57 -
CMYK 0 0.92 0.72 0.19
HSL 347.3º 0.85% 0.44% -
HSV(B) 347.3º 0.92% 0.81% -
XYZ 26.39 13.82 5.15 -
YUV 78.07 116.12 219.25 -
System Red Green Blue C M Y K H S L
Decimal 206 17 57 0 0.92 0.72 0.19 347.3 0.85 0.44
Hex CE 11 39 0 5C 48 13 15B 55 2C
Octal 316 21 71 0 134 110 23 533 125 54
Binary 11001110 10001 111001 0 1011100 1001000 10011 101011011 1010101 101100

Color Harmonies of #CE1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1139

Black with #CE1139

Text Example


Text Example

White with #CE1139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1139; }

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

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

background-color css

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

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

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

border-color css

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

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

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