Html Css Color HEX #CE004D Razzmatazz

📋 copy color: '#CE004D'

red 206 ◦ green 0 ◦ blue 77

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

Shades of Razzmatazz #CE004D

Tints of Razzmatazz #CE004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.21%

R = 72.79%
G = 0%
B = 27.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE004D (or 0xCE004D) is known color: Razzmatazz. HEX triplet: CE, 00 and 4D. RGB value is (206,0,77). Sum of RGB (Red+Green+Blue) = 206+0+77=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE004D is #31FFB2. Grayscale: #464646. Windows color (decimal): -3276723 or 5046478. OLE color: 5046478.

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

Color convert

RGB 206 0 77 -
CMYK 0 1 0.63 0.19
HSL 337.57º 1% 0.4% -
HSV(B) 337.57º 1% 0.81% -
XYZ 26.79 13.66 8.25 -
YUV 70.37 131.75 224.74 -
System Red Green Blue C M Y K H S L
Decimal 206 0 77 0 1 0.63 0.19 337.57 1 0.4
Hex CE 0 4D 0 64 3F 13 152 64 28
Octal 316 0 115 0 144 77 23 522 144 50
Binary 11001110 0 1001101 0 1100100 111111 10011 101010010 1100100 101000

Color Harmonies of #CE004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE004D

Black with #CE004D

Text Example


Text Example

White with #CE004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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