Html Css Color HEX #CE1747 Crimson

📋 copy color: '#CE1747'

red 206 ◦ green 23 ◦ blue 71

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

Shades of Crimson #CE1747

Tints of Crimson #CE1747

RGB

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

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

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

R = 68.67%
G = 7.67%
B = 23.67%

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

#CE1747 (or 0xCE1747) is known color: Crimson. HEX triplet: CE, 17 and 47. RGB value is (206,23,71). Sum of RGB (Red+Green+Blue) = 206+23+71=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1747 is #31E8B8. Grayscale: #535353. Windows color (decimal): -3270841 or 4659150. OLE color: 4659150.

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

Color convert

RGB 206 23 71 -
CMYK 0 0.89 0.66 0.19
HSL 344.26º 0.8% 0.45% -
HSV(B) 344.26º 0.89% 0.81% -
XYZ 26.9 14.19 7.28 -
YUV 83.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 206 23 71 0 0.89 0.66 0.19 344.26 0.8 0.45
Hex CE 17 47 0 59 42 13 158 50 2D
Octal 316 27 107 0 131 102 23 530 120 55
Binary 11001110 10111 1000111 0 1011001 1000010 10011 101011000 1010000 101101

Color Harmonies of #CE1747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1747

Black with #CE1747

Text Example


Text Example

White with #CE1747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1747; }

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

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

background-color css

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

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

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

border-color css

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

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

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