Html Css Color HEX #CE184A Crimson

📋 copy color: '#CE184A'

red 206 ◦ green 24 ◦ blue 74

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

Shades of Crimson #CE184A

Tints of Crimson #CE184A

RGB

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

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

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

R = 67.76%
G = 7.89%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE184A (or 0xCE184A) is known color: Crimson. HEX triplet: CE, 18 and 4A. RGB value is (206,24,74). Sum of RGB (Red+Green+Blue) = 206+24+74=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE184A is #31E7B5. Grayscale: #545454. Windows color (decimal): -3270582 or 4856014. OLE color: 4856014.

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

Color convert

RGB 206 24 74 -
CMYK 0 0.88 0.64 0.19
HSL 343.52º 0.79% 0.45% -
HSV(B) 343.52º 0.88% 0.81% -
XYZ 27.02 14.27 7.81 -
YUV 84.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 206 24 74 0 0.88 0.64 0.19 343.52 0.79 0.45
Hex CE 18 4A 0 58 40 13 158 4F 2D
Octal 316 30 112 0 130 100 23 530 117 55
Binary 11001110 11000 1001010 0 1011000 1000000 10011 101011000 1001111 101101

Color Harmonies of #CE184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE184A

Black with #CE184A

Text Example


Text Example

White with #CE184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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