Html Css Color HEX #CE0D49 Crimson

📋 copy color: '#CE0D49'

red 206 ◦ green 13 ◦ blue 73

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

Shades of Crimson #CE0D49

Tints of Crimson #CE0D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.45%

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

R = 70.55%
G = 4.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE0D49 (or 0xCE0D49) is known color: Crimson. HEX triplet: CE, 0D and 49. RGB value is (206,13,73). Sum of RGB (Red+Green+Blue) = 206+13+73=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0D49 is #31F2B6. Grayscale: #4D4D4D. Windows color (decimal): -3273399 or 4787662. OLE color: 4787662.

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

Color convert

RGB 206 13 73 -
CMYK 0 0.94 0.65 0.19
HSL 341.35º 0.88% 0.43% -
HSV(B) 341.35º 0.94% 0.81% -
XYZ 26.8 13.89 7.57 -
YUV 77.55 125.44 219.62 -
System Red Green Blue C M Y K H S L
Decimal 206 13 73 0 0.94 0.65 0.19 341.35 0.88 0.43
Hex CE D 49 0 5E 41 13 155 58 2B
Octal 316 15 111 0 136 101 23 525 130 53
Binary 11001110 1101 1001001 0 1011110 1000001 10011 101010101 1011000 101011

Color Harmonies of #CE0D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D49

Black with #CE0D49

Text Example


Text Example

White with #CE0D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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