Html Css Color HEX #CE1148 Crimson

📋 copy color: '#CE1148'

red 206 ◦ green 17 ◦ blue 72

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

Shades of Crimson #CE1148

Tints of Crimson #CE1148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.41%

R = 69.83%
G = 5.76%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE1148 (or 0xCE1148) is known color: Crimson. HEX triplet: CE, 11 and 48. RGB value is (206,17,72). Sum of RGB (Red+Green+Blue) = 206+17+72=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1148 is #31EEB7. Grayscale: #4F4F4F. Windows color (decimal): -3272376 or 4723150. OLE color: 4723150.

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

Color convert

RGB 206 17 72 -
CMYK 0 0.92 0.65 0.19
HSL 342.54º 0.85% 0.44% -
HSV(B) 342.54º 0.92% 0.81% -
XYZ 26.82 13.99 7.42 -
YUV 79.78 123.62 218.03 -
System Red Green Blue C M Y K H S L
Decimal 206 17 72 0 0.92 0.65 0.19 342.54 0.85 0.44
Hex CE 11 48 0 5C 41 13 157 55 2C
Octal 316 21 110 0 134 101 23 527 125 54
Binary 11001110 10001 1001000 0 1011100 1000001 10011 101010111 1010101 101100

Color Harmonies of #CE1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1148

Black with #CE1148

Text Example


Text Example

White with #CE1148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1148; }

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

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

background-color css

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

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

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

border-color css

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

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

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