Html Css Color HEX #CE064C Razzmatazz

📋 copy color: '#CE064C'

red 206 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #CE064C

Tints of Razzmatazz #CE064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 71.53%
G = 2.08%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE064C (or 0xCE064C) is known color: Razzmatazz. HEX triplet: CE, 06 and 4C. RGB value is (206,6,76). Sum of RGB (Red+Green+Blue) = 206+6+76=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE064C is #31F9B3. Grayscale: #494949. Windows color (decimal): -3275188 or 4982478. OLE color: 4982478.

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

Color convert

RGB 206 6 76 -
CMYK 0 0.97 0.63 0.19
HSL 339º 0.94% 0.42% -
HSV(B) 339º 0.97% 0.81% -
XYZ 26.82 13.77 8.08 -
YUV 73.78 129.26 222.31 -
System Red Green Blue C M Y K H S L
Decimal 206 6 76 0 0.97 0.63 0.19 339 0.94 0.42
Hex CE 6 4C 0 61 3F 13 153 5E 2A
Octal 316 6 114 0 141 77 23 523 136 52
Binary 11001110 110 1001100 0 1100001 111111 10011 101010011 1011110 101010

Color Harmonies of #CE064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE064C

Black with #CE064C

Text Example


Text Example

White with #CE064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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