Html Css Color HEX #CE1548 Crimson

📋 copy color: '#CE1548'

red 206 ◦ green 21 ◦ blue 72

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

Shades of Crimson #CE1548

Tints of Crimson #CE1548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 68.9%
G = 7.02%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE1548 (or 0xCE1548) is known color: Crimson. HEX triplet: CE, 15 and 48. RGB value is (206,21,72). Sum of RGB (Red+Green+Blue) = 206+21+72=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1548 is #31EAB7. Grayscale: #525252. Windows color (decimal): -3271352 or 4724174. OLE color: 4724174.

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

Color convert

RGB 206 21 72 -
CMYK 0 0.90 0.65 0.19
HSL 343.46º 0.81% 0.45% -
HSV(B) 343.46º 0.9% 0.81% -
XYZ 26.89 14.13 7.44 -
YUV 82.13 122.29 216.35 -
System Red Green Blue C M Y K H S L
Decimal 206 21 72 0 0.90 0.65 0.19 343.46 0.81 0.45
Hex CE 15 48 0 5A 41 13 157 51 2D
Octal 316 25 110 0 132 101 23 527 121 55
Binary 11001110 10101 1001000 0 1011010 1000001 10011 101010111 1010001 101101

Color Harmonies of #CE1548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1548

Black with #CE1548

Text Example


Text Example

White with #CE1548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1548; }

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

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

background-color css

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

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

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

border-color css

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

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

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