Html Css Color HEX #CE1648 Crimson

📋 copy color: '#CE1648'

red 206 ◦ green 22 ◦ blue 72

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

Shades of Crimson #CE1648

Tints of Crimson #CE1648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

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

R = 68.67%
G = 7.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE1648 (or 0xCE1648) is known color: Crimson. HEX triplet: CE, 16 and 48. RGB value is (206,22,72). Sum of RGB (Red+Green+Blue) = 206+22+72=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1648 is #31E9B7. Grayscale: #525252. Windows color (decimal): -3271096 or 4724430. OLE color: 4724430.

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

Color convert

RGB 206 22 72 -
CMYK 0 0.89 0.65 0.19
HSL 343.7º 0.81% 0.45% -
HSV(B) 343.7º 0.89% 0.81% -
XYZ 26.91 14.16 7.45 -
YUV 82.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 206 22 72 0 0.89 0.65 0.19 343.7 0.81 0.45
Hex CE 16 48 0 59 41 13 158 51 2D
Octal 316 26 110 0 131 101 23 530 121 55
Binary 11001110 10110 1001000 0 1011001 1000001 10011 101011000 1010001 101101

Color Harmonies of #CE1648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1648

Black with #CE1648

Text Example


Text Example

White with #CE1648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1648; }

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

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

background-color css

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

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

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

border-color css

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

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

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