Html Css Color HEX #CE0553 Razzmatazz

📋 copy color: '#CE0553'

red 206 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #CE0553

Tints of Razzmatazz #CE0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

 BLUE value IS 83 (32.81% from 255) = 28.23%

R = 70.07%
G = 1.7%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE0553 (or 0xCE0553) is known color: Razzmatazz. HEX triplet: CE, 05 and 53. RGB value is (206,5,83). Sum of RGB (Red+Green+Blue) = 206+5+83=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0553 is #31FAAC. Grayscale: #494949. Windows color (decimal): -3275437 or 5440974. OLE color: 5440974.

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

Color convert

RGB 206 5 83 -
CMYK 0 0.98 0.60 0.19
HSL 336.72º 0.95% 0.41% -
HSV(B) 336.72º 0.98% 0.81% -
XYZ 27.07 13.85 9.43 -
YUV 73.99 133.09 222.16 -
System Red Green Blue C M Y K H S L
Decimal 206 5 83 0 0.98 0.60 0.19 336.72 0.95 0.41
Hex CE 5 53 0 62 3C 13 151 5F 29
Octal 316 5 123 0 142 74 23 521 137 51
Binary 11001110 101 1010011 0 1100010 111100 10011 101010001 1011111 101001

Color Harmonies of #CE0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0553

Black with #CE0553

Text Example


Text Example

White with #CE0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0553; }

 p { color: rgb(206,5,83); }

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

background-color css

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

 a { background-color: rgb(206,5,83); }

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

border-color css

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

 span { border-color: rgb(206,5,83); }

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