Html Css Color HEX #CE0549 Crimson

📋 copy color: '#CE0549'

red 206 ◦ green 5 ◦ blue 73

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

Shades of Crimson #CE0549

Tints of Crimson #CE0549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 72.54%
G = 1.76%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE0549 (or 0xCE0549) is known color: Crimson. HEX triplet: CE, 05 and 49. RGB value is (206,5,73). Sum of RGB (Red+Green+Blue) = 206+5+73=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0549 is #31FAB6. Grayscale: #484848. Windows color (decimal): -3275447 or 4785614. OLE color: 4785614.

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

Color convert

RGB 206 5 73 -
CMYK 0 0.98 0.65 0.19
HSL 339.7º 0.95% 0.41% -
HSV(B) 339.7º 0.98% 0.81% -
XYZ 26.71 13.71 7.54 -
YUV 72.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 206 5 73 0 0.98 0.65 0.19 339.7 0.95 0.41
Hex CE 5 49 0 62 41 13 154 5F 29
Octal 316 5 111 0 142 101 23 524 137 51
Binary 11001110 101 1001001 0 1100010 1000001 10011 101010100 1011111 101001

Color Harmonies of #CE0549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0549

Black with #CE0549

Text Example


Text Example

White with #CE0549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0549; }

 p { color: rgb(206,5,73); }

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

background-color css

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

 a { background-color: rgb(206,5,73); }

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

border-color css

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

 span { border-color: rgb(206,5,73); }

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