Html Css Color HEX #CE025D Razzmatazz

📋 copy color: '#CE025D'

red 206 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #CE025D

Tints of Razzmatazz #CE025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 68.44%
G = 0.66%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE025D (or 0xCE025D) is known color: Razzmatazz. HEX triplet: CE, 02 and 5D. RGB value is (206,2,93). Sum of RGB (Red+Green+Blue) = 206+2+93=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE025D is #31FDA2. Grayscale: #494949. Windows color (decimal): -3276195 or 6095566. OLE color: 6095566.

HSL color Cylindrical-coordinate representation of color #CE025D: hue angle of 333.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE025D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 2 93 -
CMYK 0 0.99 0.55 0.19
HSL 333.24º 0.98% 0.41% -
HSV(B) 333.24º 0.99% 0.81% -
XYZ 27.45 13.96 11.6 -
YUV 73.37 139.09 222.6 -
System Red Green Blue C M Y K H S L
Decimal 206 2 93 0 0.99 0.55 0.19 333.24 0.98 0.41
Hex CE 2 5D 0 63 37 13 14D 62 29
Octal 316 2 135 0 143 67 23 515 142 51
Binary 11001110 10 1011101 0 1100011 110111 10011 101001101 1100010 101001

Color Harmonies of #CE025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE025D

Black with #CE025D

Text Example


Text Example

White with #CE025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE025D; }

 p { color: rgb(206,2,93); }

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

background-color css

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

 a { background-color: rgb(206,2,93); }

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

border-color css

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

 span { border-color: rgb(206,2,93); }

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