Html Css Color HEX #CE1144 Crimson

📋 copy color: '#CE1144'

red 206 ◦ green 17 ◦ blue 68

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

Shades of Crimson #CE1144

Tints of Crimson #CE1144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 70.79%
G = 5.84%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE1144 (or 0xCE1144) is known color: Crimson. HEX triplet: CE, 11 and 44. RGB value is (206,17,68). Sum of RGB (Red+Green+Blue) = 206+17+68=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1144 is #31EEBB. Grayscale: #4F4F4F. Windows color (decimal): -3272380 or 4461006. OLE color: 4461006.

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

Color convert

RGB 206 17 68 -
CMYK 0 0.92 0.67 0.19
HSL 343.81º 0.85% 0.44% -
HSV(B) 343.81º 0.92% 0.81% -
XYZ 26.7 13.94 6.75 -
YUV 79.33 121.62 218.35 -
System Red Green Blue C M Y K H S L
Decimal 206 17 68 0 0.92 0.67 0.19 343.81 0.85 0.44
Hex CE 11 44 0 5C 43 13 158 55 2C
Octal 316 21 104 0 134 103 23 530 125 54
Binary 11001110 10001 1000100 0 1011100 1000011 10011 101011000 1010101 101100

Color Harmonies of #CE1144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1144

Black with #CE1144

Text Example


Text Example

White with #CE1144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1144; }

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

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

background-color css

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

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

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

border-color css

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

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

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