Html Css Color HEX #CE0B49 Crimson

📋 copy color: '#CE0B49'

red 206 ◦ green 11 ◦ blue 73

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

Shades of Crimson #CE0B49

Tints of Crimson #CE0B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.79%

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

R = 71.03%
G = 3.79%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE0B49 (or 0xCE0B49) is known color: Crimson. HEX triplet: CE, 0B and 49. RGB value is (206,11,73). Sum of RGB (Red+Green+Blue) = 206+11+73=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B49 is #31F4B6. Grayscale: #4C4C4C. Windows color (decimal): -3273911 or 4787150. OLE color: 4787150.

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

Color convert

RGB 206 11 73 -
CMYK 0 0.95 0.65 0.19
HSL 340.92º 0.9% 0.43% -
HSV(B) 340.92º 0.95% 0.81% -
XYZ 26.78 13.84 7.56 -
YUV 76.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 206 11 73 0 0.95 0.65 0.19 340.92 0.9 0.43
Hex CE B 49 0 5F 41 13 155 5A 2B
Octal 316 13 111 0 137 101 23 525 132 53
Binary 11001110 1011 1001001 0 1011111 1000001 10011 101010101 1011010 101011

Color Harmonies of #CE0B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B49

Black with #CE0B49

Text Example


Text Example

White with #CE0B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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