Html Css Color HEX #CE174C Crimson

📋 copy color: '#CE174C'

red 206 ◦ green 23 ◦ blue 76

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

Shades of Crimson #CE174C

Tints of Crimson #CE174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 67.54%
G = 7.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE174C (or 0xCE174C) is known color: Crimson. HEX triplet: CE, 17 and 4C. RGB value is (206,23,76). Sum of RGB (Red+Green+Blue) = 206+23+76=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE174C is #31E8B3. Grayscale: #535353. Windows color (decimal): -3270836 or 4986830. OLE color: 4986830.

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

Color convert

RGB 206 23 76 -
CMYK 0 0.89 0.63 0.19
HSL 342.62º 0.8% 0.45% -
HSV(B) 342.62º 0.89% 0.81% -
XYZ 27.06 14.26 8.16 -
YUV 83.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 206 23 76 0 0.89 0.63 0.19 342.62 0.8 0.45
Hex CE 17 4C 0 59 3F 13 157 50 2D
Octal 316 27 114 0 131 77 23 527 120 55
Binary 11001110 10111 1001100 0 1011001 111111 10011 101010111 1010000 101101

Color Harmonies of #CE174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE174C

Black with #CE174C

Text Example


Text Example

White with #CE174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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