Html Css Color HEX #CE074D Razzmatazz

📋 copy color: '#CE074D'

red 206 ◦ green 7 ◦ blue 77

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

Shades of Razzmatazz #CE074D

Tints of Razzmatazz #CE074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 71.03%
G = 2.41%
B = 26.55%

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

#CE074D (or 0xCE074D) is known color: Razzmatazz. HEX triplet: CE, 07 and 4D. RGB value is (206,7,77). Sum of RGB (Red+Green+Blue) = 206+7+77=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE074D is #31F8B2. Grayscale: #4A4A4A. Windows color (decimal): -3274931 or 5048270. OLE color: 5048270.

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

Color convert

RGB 206 7 77 -
CMYK 0 0.97 0.63 0.19
HSL 338.89º 0.93% 0.42% -
HSV(B) 338.89º 0.97% 0.81% -
XYZ 26.87 13.81 8.27 -
YUV 74.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 206 7 77 0 0.97 0.63 0.19 338.89 0.93 0.42
Hex CE 7 4D 0 61 3F 13 153 5D 2A
Octal 316 7 115 0 141 77 23 523 135 52
Binary 11001110 111 1001101 0 1100001 111111 10011 101010011 1011101 101010

Color Harmonies of #CE074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE074D

Black with #CE074D

Text Example


Text Example

White with #CE074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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