Html Css Color HEX #CE0950 Razzmatazz

📋 copy color: '#CE0950'

red 206 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #CE0950

Tints of Razzmatazz #CE0950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 69.83%
G = 3.05%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE0950 (or 0xCE0950) is known color: Razzmatazz. HEX triplet: CE, 09 and 50. RGB value is (206,9,80). Sum of RGB (Red+Green+Blue) = 206+9+80=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0950 is #31F6AF. Grayscale: #4B4B4B. Windows color (decimal): -3274416 or 5245390. OLE color: 5245390.

HSL color Cylindrical-coordinate representation of color #CE0950: hue angle of 338.38º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0950 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 9 80 -
CMYK 0 0.96 0.61 0.19
HSL 338.38º 0.92% 0.42% -
HSV(B) 338.38º 0.96% 0.81% -
XYZ 27 13.9 8.85 -
YUV 76 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 206 9 80 0 0.96 0.61 0.19 338.38 0.92 0.42
Hex CE 9 50 0 60 3D 13 152 5C 2A
Octal 316 11 120 0 140 75 23 522 134 52
Binary 11001110 1001 1010000 0 1100000 111101 10011 101010010 1011100 101010

Color Harmonies of #CE0950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0950

Black with #CE0950

Text Example


Text Example

White with #CE0950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0950; }

 p { color: rgb(206,9,80); }

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

background-color css

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

 a { background-color: rgb(206,9,80); }

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

border-color css

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

 span { border-color: rgb(206,9,80); }

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