Html Css Color HEX #CE1746 Crimson

📋 copy color: '#CE1746'

red 206 ◦ green 23 ◦ blue 70

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

Shades of Crimson #CE1746

Tints of Crimson #CE1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

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

R = 68.9%
G = 7.69%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE1746 (or 0xCE1746) is known color: Crimson. HEX triplet: CE, 17 and 46. RGB value is (206,23,70). Sum of RGB (Red+Green+Blue) = 206+23+70=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1746 is #31E8B9. Grayscale: #535353. Windows color (decimal): -3270842 or 4593614. OLE color: 4593614.

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

Color convert

RGB 206 23 70 -
CMYK 0 0.89 0.66 0.19
HSL 344.59º 0.8% 0.45% -
HSV(B) 344.59º 0.89% 0.81% -
XYZ 26.87 14.18 7.11 -
YUV 83.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 206 23 70 0 0.89 0.66 0.19 344.59 0.8 0.45
Hex CE 17 46 0 59 42 13 159 50 2D
Octal 316 27 106 0 131 102 23 531 120 55
Binary 11001110 10111 1000110 0 1011001 1000010 10011 101011001 1010000 101101

Color Harmonies of #CE1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1746

Black with #CE1746

Text Example


Text Example

White with #CE1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1746; }

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

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

background-color css

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

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

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

border-color css

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

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

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