Html Css Color HEX #CE1546 Crimson

📋 copy color: '#CE1546'

red 206 ◦ green 21 ◦ blue 70

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

Shades of Crimson #CE1546

Tints of Crimson #CE1546

RGB

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

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

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

R = 69.36%
G = 7.07%
B = 23.57%

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

#CE1546 (or 0xCE1546) is known color: Crimson. HEX triplet: CE, 15 and 46. RGB value is (206,21,70). Sum of RGB (Red+Green+Blue) = 206+21+70=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1546 is #31EAB9. Grayscale: #515151. Windows color (decimal): -3271354 or 4593102. OLE color: 4593102.

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

Color convert

RGB 206 21 70 -
CMYK 0 0.90 0.66 0.19
HSL 344.11º 0.81% 0.45% -
HSV(B) 344.11º 0.9% 0.81% -
XYZ 26.83 14.1 7.1 -
YUV 81.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 206 21 70 0 0.90 0.66 0.19 344.11 0.81 0.45
Hex CE 15 46 0 5A 42 13 158 51 2D
Octal 316 25 106 0 132 102 23 530 121 55
Binary 11001110 10101 1000110 0 1011010 1000010 10011 101011000 1010001 101101

Color Harmonies of #CE1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1546

Black with #CE1546

Text Example


Text Example

White with #CE1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1546; }

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

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

background-color css

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

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

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

border-color css

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

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

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