Html Css Color HEX #CE0349 Crimson

📋 copy color: '#CE0349'

red 206 ◦ green 3 ◦ blue 73

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

Shades of Crimson #CE0349

Tints of Crimson #CE0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

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

R = 73.05%
G = 1.06%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE0349 (or 0xCE0349) is known color: Crimson. HEX triplet: CE, 03 and 49. RGB value is (206,3,73). Sum of RGB (Red+Green+Blue) = 206+3+73=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0349 is #31FCB6. Grayscale: #474747. Windows color (decimal): -3275959 or 4785102. OLE color: 4785102.

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

Color convert

RGB 206 3 73 -
CMYK 0 0.99 0.65 0.19
HSL 339.31º 0.97% 0.41% -
HSV(B) 339.31º 0.99% 0.81% -
XYZ 26.69 13.67 7.53 -
YUV 71.68 128.75 223.81 -
System Red Green Blue C M Y K H S L
Decimal 206 3 73 0 0.99 0.65 0.19 339.31 0.97 0.41
Hex CE 3 49 0 63 41 13 153 61 29
Octal 316 3 111 0 143 101 23 523 141 51
Binary 11001110 11 1001001 0 1100011 1000001 10011 101010011 1100001 101001

Color Harmonies of #CE0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0349

Black with #CE0349

Text Example


Text Example

White with #CE0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0349; }

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

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

background-color css

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

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

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

border-color css

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

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

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