Html Css Color HEX #CE174A Crimson

📋 copy color: '#CE174A'

red 206 ◦ green 23 ◦ blue 74

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

Shades of Crimson #CE174A

Tints of Crimson #CE174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 67.99%
G = 7.59%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE174A (or 0xCE174A) is known color: Crimson. HEX triplet: CE, 17 and 4A. RGB value is (206,23,74). Sum of RGB (Red+Green+Blue) = 206+23+74=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE174A is #31E8B5. Grayscale: #535353. Windows color (decimal): -3270838 or 4855758. OLE color: 4855758.

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

Color convert

RGB 206 23 74 -
CMYK 0 0.89 0.64 0.19
HSL 343.28º 0.8% 0.45% -
HSV(B) 343.28º 0.89% 0.81% -
XYZ 27 14.23 7.8 -
YUV 83.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 206 23 74 0 0.89 0.64 0.19 343.28 0.8 0.45
Hex CE 17 4A 0 59 40 13 157 50 2D
Octal 316 27 112 0 131 100 23 527 120 55
Binary 11001110 10111 1001010 0 1011001 1000000 10011 101010111 1010000 101101

Color Harmonies of #CE174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE174A

Black with #CE174A

Text Example


Text Example

White with #CE174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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