Html Css Color HEX #CE0949 Crimson

📋 copy color: '#CE0949'

red 206 ◦ green 9 ◦ blue 73

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

Shades of Crimson #CE0949

Tints of Crimson #CE0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.13%

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

R = 71.53%
G = 3.13%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE0949 (or 0xCE0949) is known color: Crimson. HEX triplet: CE, 09 and 49. RGB value is (206,9,73). Sum of RGB (Red+Green+Blue) = 206+9+73=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0949 is #31F6B6. Grayscale: #4B4B4B. Windows color (decimal): -3274423 or 4786638. OLE color: 4786638.

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

Color convert

RGB 206 9 73 -
CMYK 0 0.96 0.65 0.19
HSL 340.51º 0.92% 0.42% -
HSV(B) 340.51º 0.96% 0.81% -
XYZ 26.75 13.8 7.56 -
YUV 75.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 206 9 73 0 0.96 0.65 0.19 340.51 0.92 0.42
Hex CE 9 49 0 60 41 13 155 5C 2A
Octal 316 11 111 0 140 101 23 525 134 52
Binary 11001110 1001 1001001 0 1100000 1000001 10011 101010101 1011100 101010

Color Harmonies of #CE0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0949

Black with #CE0949

Text Example


Text Example

White with #CE0949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0949; }

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

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

background-color css

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

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

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

border-color css

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

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

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