Html Css Color HEX #CE1137 Crimson

📋 copy color: '#CE1137'

red 206 ◦ green 17 ◦ blue 55

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

Shades of Crimson #CE1137

Tints of Crimson #CE1137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.78%

R = 74.1%
G = 6.12%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE1137 (or 0xCE1137) is known color: Crimson. HEX triplet: CE, 11 and 37. RGB value is (206,17,55). Sum of RGB (Red+Green+Blue) = 206+17+55=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1137 is #31EEC8. Grayscale: #4D4D4D. Windows color (decimal): -3272393 or 3609038. OLE color: 3609038.

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

Color convert

RGB 206 17 55 -
CMYK 0 0.92 0.73 0.19
HSL 347.94º 0.85% 0.44% -
HSV(B) 347.94º 0.92% 0.81% -
XYZ 26.34 13.8 4.89 -
YUV 77.84 115.12 219.41 -
System Red Green Blue C M Y K H S L
Decimal 206 17 55 0 0.92 0.73 0.19 347.94 0.85 0.44
Hex CE 11 37 0 5C 49 13 15C 55 2C
Octal 316 21 67 0 134 111 23 534 125 54
Binary 11001110 10001 110111 0 1011100 1001001 10011 101011100 1010101 101100

Color Harmonies of #CE1137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1137

Black with #CE1137

Text Example


Text Example

White with #CE1137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1137; }

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

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

background-color css

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

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

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

border-color css

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

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

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