Html Css Color HEX #CE1349 Crimson

📋 copy color: '#CE1349'

red 206 ◦ green 19 ◦ blue 73

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

Shades of Crimson #CE1349

Tints of Crimson #CE1349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 69.13%
G = 6.38%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE1349 (or 0xCE1349) is known color: Crimson. HEX triplet: CE, 13 and 49. RGB value is (206,19,73). Sum of RGB (Red+Green+Blue) = 206+19+73=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1349 is #31ECB6. Grayscale: #515151. Windows color (decimal): -3271863 or 4789198. OLE color: 4789198.

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

Color convert

RGB 206 19 73 -
CMYK 0 0.91 0.65 0.19
HSL 342.67º 0.83% 0.44% -
HSV(B) 342.67º 0.91% 0.81% -
XYZ 26.89 14.07 7.6 -
YUV 81.07 123.45 217.11 -
System Red Green Blue C M Y K H S L
Decimal 206 19 73 0 0.91 0.65 0.19 342.67 0.83 0.44
Hex CE 13 49 0 5B 41 13 157 53 2C
Octal 316 23 111 0 133 101 23 527 123 54
Binary 11001110 10011 1001001 0 1011011 1000001 10011 101010111 1010011 101100

Color Harmonies of #CE1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1349

Black with #CE1349

Text Example


Text Example

White with #CE1349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1349; }

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

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

background-color css

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

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

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

border-color css

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

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

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