Html Css Color HEX #CE094C Razzmatazz

📋 copy color: '#CE094C'

red 206 ◦ green 9 ◦ blue 76

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

Shades of Razzmatazz #CE094C

Tints of Razzmatazz #CE094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 70.79%
G = 3.09%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE094C (or 0xCE094C) is known color: Razzmatazz. HEX triplet: CE, 09 and 4C. RGB value is (206,9,76). Sum of RGB (Red+Green+Blue) = 206+9+76=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE094C is #31F6B3. Grayscale: #4B4B4B. Windows color (decimal): -3274420 or 4983246. OLE color: 4983246.

HSL color Cylindrical-coordinate representation of color #CE094C: hue angle of 339.59º 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 #CE094C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 9 76 -
CMYK 0 0.96 0.63 0.19
HSL 339.59º 0.92% 0.42% -
HSV(B) 339.59º 0.96% 0.81% -
XYZ 26.86 13.84 8.09 -
YUV 75.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 206 9 76 0 0.96 0.63 0.19 339.59 0.92 0.42
Hex CE 9 4C 0 60 3F 13 154 5C 2A
Octal 316 11 114 0 140 77 23 524 134 52
Binary 11001110 1001 1001100 0 1100000 111111 10011 101010100 1011100 101010

Color Harmonies of #CE094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE094C

Black with #CE094C

Text Example


Text Example

White with #CE094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE094C; }

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

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

background-color css

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

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

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

border-color css

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

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

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