Html Css Color HEX #CE154B Crimson

📋 copy color: '#CE154B'

red 206 ◦ green 21 ◦ blue 75

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

Shades of Crimson #CE154B

Tints of Crimson #CE154B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 68.21%
G = 6.95%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE154B (or 0xCE154B) is known color: Crimson. HEX triplet: CE, 15 and 4B. RGB value is (206,21,75). Sum of RGB (Red+Green+Blue) = 206+21+75=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE154B is #31EAB4. Grayscale: #525252. Windows color (decimal): -3271349 or 4920782. OLE color: 4920782.

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

Color convert

RGB 206 21 75 -
CMYK 0 0.90 0.64 0.19
HSL 342.49º 0.81% 0.45% -
HSV(B) 342.49º 0.9% 0.81% -
XYZ 26.99 14.17 7.97 -
YUV 82.47 123.79 216.11 -
System Red Green Blue C M Y K H S L
Decimal 206 21 75 0 0.90 0.64 0.19 342.49 0.81 0.45
Hex CE 15 4B 0 5A 40 13 156 51 2D
Octal 316 25 113 0 132 100 23 526 121 55
Binary 11001110 10101 1001011 0 1011010 1000000 10011 101010110 1010001 101101

Color Harmonies of #CE154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE154B

Black with #CE154B

Text Example


Text Example

White with #CE154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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