Html Css Color HEX #CE113F Crimson

📋 copy color: '#CE113F'

red 206 ◦ green 17 ◦ blue 63

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

Shades of Crimson #CE113F

Tints of Crimson #CE113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.03%

R = 72.03%
G = 5.94%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE113F (or 0xCE113F) is known color: Crimson. HEX triplet: CE, 11 and 3F. RGB value is (206,17,63). Sum of RGB (Red+Green+Blue) = 206+17+63=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE113F is #31EEC0. Grayscale: #4E4E4E. Windows color (decimal): -3272385 or 4133326. OLE color: 4133326.

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

Color convert

RGB 206 17 63 -
CMYK 0 0.92 0.69 0.19
HSL 345.4º 0.85% 0.44% -
HSV(B) 345.4º 0.92% 0.81% -
XYZ 26.55 13.88 5.98 -
YUV 78.76 119.12 218.76 -
System Red Green Blue C M Y K H S L
Decimal 206 17 63 0 0.92 0.69 0.19 345.4 0.85 0.44
Hex CE 11 3F 0 5C 45 13 159 55 2C
Octal 316 21 77 0 134 105 23 531 125 54
Binary 11001110 10001 111111 0 1011100 1000101 10011 101011001 1010101 101100

Color Harmonies of #CE113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE113F

Black with #CE113F

Text Example


Text Example

White with #CE113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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