Html Css Color HEX #CE174E Crimson

📋 copy color: '#CE174E'

red 206 ◦ green 23 ◦ blue 78

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

Shades of Crimson #CE174E

Tints of Crimson #CE174E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 67.1%
G = 7.49%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE174E (or 0xCE174E) is known color: Crimson. HEX triplet: CE, 17 and 4E. RGB value is (206,23,78). Sum of RGB (Red+Green+Blue) = 206+23+78=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE174E is #31E8B1. Grayscale: #535353. Windows color (decimal): -3270834 or 5117902. OLE color: 5117902.

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

Color convert

RGB 206 23 78 -
CMYK 0 0.89 0.62 0.19
HSL 341.97º 0.8% 0.45% -
HSV(B) 341.97º 0.89% 0.81% -
XYZ 27.14 14.28 8.53 -
YUV 83.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 206 23 78 0 0.89 0.62 0.19 341.97 0.8 0.45
Hex CE 17 4E 0 59 3E 13 156 50 2D
Octal 316 27 116 0 131 76 23 526 120 55
Binary 11001110 10111 1001110 0 1011001 111110 10011 101010110 1010000 101101

Color Harmonies of #CE174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE174E

Black with #CE174E

Text Example


Text Example

White with #CE174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE174E; }

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

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

background-color css

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

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

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

border-color css

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

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

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