Html Css Color HEX #CE0049 Razzmatazz

📋 copy color: '#CE0049'

red 206 ◦ green 0 ◦ blue 73

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

Shades of Razzmatazz #CE0049

Tints of Razzmatazz #CE0049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.84%
G = 0%
B = 26.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE0049 (or 0xCE0049) is known color: Razzmatazz. HEX triplet: CE, 00 and 49. RGB value is (206,0,73). Sum of RGB (Red+Green+Blue) = 206+0+73=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0049 is #31FFB6. Grayscale: #454545. Windows color (decimal): -3276727 or 4784334. OLE color: 4784334.

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

Color convert

RGB 206 0 73 -
CMYK 0 1 0.65 0.19
HSL 338.74º 1% 0.4% -
HSV(B) 338.74º 1% 0.81% -
XYZ 26.66 13.6 7.52 -
YUV 69.92 129.75 225.06 -
System Red Green Blue C M Y K H S L
Decimal 206 0 73 0 1 0.65 0.19 338.74 1 0.4
Hex CE 0 49 0 64 41 13 153 64 28
Octal 316 0 111 0 144 101 23 523 144 50
Binary 11001110 0 1001001 0 1100100 1000001 10011 101010011 1100100 101000

Color Harmonies of #CE0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0049

Black with #CE0049

Text Example


Text Example

White with #CE0049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0049; }

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

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

background-color css

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

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

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

border-color css

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

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

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