Html Css Color HEX #CE1547 Crimson

📋 copy color: '#CE1547'

red 206 ◦ green 21 ◦ blue 71

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

Shades of Crimson #CE1547

Tints of Crimson #CE1547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

 BLUE value IS 71 (28.13% from 255) = 23.83%

R = 69.13%
G = 7.05%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE1547 (or 0xCE1547) is known color: Crimson. HEX triplet: CE, 15 and 47. RGB value is (206,21,71). Sum of RGB (Red+Green+Blue) = 206+21+71=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1547 is #31EAB8. Grayscale: #525252. Windows color (decimal): -3271353 or 4658638. OLE color: 4658638.

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

Color convert

RGB 206 21 71 -
CMYK 0 0.90 0.66 0.19
HSL 343.78º 0.81% 0.45% -
HSV(B) 343.78º 0.9% 0.81% -
XYZ 26.86 14.11 7.27 -
YUV 82.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 206 21 71 0 0.90 0.66 0.19 343.78 0.81 0.45
Hex CE 15 47 0 5A 42 13 158 51 2D
Octal 316 25 107 0 132 102 23 530 121 55
Binary 11001110 10101 1000111 0 1011010 1000010 10011 101011000 1010001 101101

Color Harmonies of #CE1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1547

Black with #CE1547

Text Example


Text Example

White with #CE1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1547; }

 p { color: rgb(206,21,71); }

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

background-color css

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

 a { background-color: rgb(206,21,71); }

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

border-color css

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

 span { border-color: rgb(206,21,71); }

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