Html Css Color HEX #CE153F Crimson

📋 copy color: '#CE153F'

red 206 ◦ green 21 ◦ blue 63

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

Shades of Crimson #CE153F

Tints of Crimson #CE153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 63 (25% from 255) = 21.72%

R = 71.03%
G = 7.24%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE153F (or 0xCE153F) is known color: Crimson. HEX triplet: CE, 15 and 3F. RGB value is (206,21,63). Sum of RGB (Red+Green+Blue) = 206+21+63=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE153F is #31EAC0. Grayscale: #515151. Windows color (decimal): -3271361 or 4134350. OLE color: 4134350.

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

Color convert

RGB 206 21 63 -
CMYK 0 0.90 0.69 0.19
HSL 346.38º 0.81% 0.45% -
HSV(B) 346.38º 0.9% 0.81% -
XYZ 26.62 14.02 6.01 -
YUV 81.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 206 21 63 0 0.90 0.69 0.19 346.38 0.81 0.45
Hex CE 15 3F 0 5A 45 13 15A 51 2D
Octal 316 25 77 0 132 105 23 532 121 55
Binary 11001110 10101 111111 0 1011010 1000101 10011 101011010 1010001 101101

Color Harmonies of #CE153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE153F

Black with #CE153F

Text Example


Text Example

White with #CE153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE153F; }

 p { color: rgb(206,21,63); }

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

background-color css

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

 a { background-color: rgb(206,21,63); }

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

border-color css

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

 span { border-color: rgb(206,21,63); }

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