Html Css Color HEX #CE1346 Crimson

📋 copy color: '#CE1346'

red 206 ◦ green 19 ◦ blue 70

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

Shades of Crimson #CE1346

Tints of Crimson #CE1346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 70 (27.73% from 255) = 23.73%

R = 69.83%
G = 6.44%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE1346 (or 0xCE1346) is known color: Crimson. HEX triplet: CE, 13 and 46. RGB value is (206,19,70). Sum of RGB (Red+Green+Blue) = 206+19+70=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1346 is #31ECB9. Grayscale: #505050. Windows color (decimal): -3271866 or 4592590. OLE color: 4592590.

HSL color Cylindrical-coordinate representation of color #CE1346: hue angle of 343.64º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1346 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 70 -
CMYK 0 0.91 0.66 0.19
HSL 343.64º 0.83% 0.44% -
HSV(B) 343.64º 0.91% 0.81% -
XYZ 26.79 14.03 7.09 -
YUV 80.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 206 19 70 0 0.91 0.66 0.19 343.64 0.83 0.44
Hex CE 13 46 0 5B 42 13 158 53 2C
Octal 316 23 106 0 133 102 23 530 123 54
Binary 11001110 10011 1000110 0 1011011 1000010 10011 101011000 1010011 101100

Color Harmonies of #CE1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1346

Black with #CE1346

Text Example


Text Example

White with #CE1346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1346; }

 p { color: rgb(206,19,70); }

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

background-color css

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

 a { background-color: rgb(206,19,70); }

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

border-color css

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

 span { border-color: rgb(206,19,70); }

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