Html Css Color HEX #CE184C Crimson

📋 copy color: '#CE184C'

red 206 ◦ green 24 ◦ blue 76

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

Shades of Crimson #CE184C

Tints of Crimson #CE184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

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

R = 67.32%
G = 7.84%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE184C (or 0xCE184C) is known color: Crimson. HEX triplet: CE, 18 and 4C. RGB value is (206,24,76). Sum of RGB (Red+Green+Blue) = 206+24+76=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE184C is #31E7B3. Grayscale: #545454. Windows color (decimal): -3270580 or 4987086. OLE color: 4987086.

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

Color convert

RGB 206 24 76 -
CMYK 0 0.88 0.63 0.19
HSL 342.86º 0.79% 0.45% -
HSV(B) 342.86º 0.88% 0.81% -
XYZ 27.08 14.3 8.17 -
YUV 84.35 123.3 214.77 -
System Red Green Blue C M Y K H S L
Decimal 206 24 76 0 0.88 0.63 0.19 342.86 0.79 0.45
Hex CE 18 4C 0 58 3F 13 157 4F 2D
Octal 316 30 114 0 130 77 23 527 117 55
Binary 11001110 11000 1001100 0 1011000 111111 10011 101010111 1001111 101101

Color Harmonies of #CE184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE184C

Black with #CE184C

Text Example


Text Example

White with #CE184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE184C; }

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

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

background-color css

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

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

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

border-color css

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

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

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