Html Css Color HEX #CE014F Razzmatazz

📋 copy color: '#CE014F'

red 206 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #CE014F

Tints of Razzmatazz #CE014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 72.03%
G = 0.35%
B = 27.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE014F (or 0xCE014F) is known color: Razzmatazz. HEX triplet: CE, 01 and 4F. RGB value is (206,1,79). Sum of RGB (Red+Green+Blue) = 206+1+79=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE014F is #31FEB0. Grayscale: #474747. Windows color (decimal): -3276465 or 5177806. OLE color: 5177806.

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

Color convert

RGB 206 1 79 -
CMYK 0 1.00 0.62 0.19
HSL 337.17º 0.99% 0.41% -
HSV(B) 337.17º 1% 0.81% -
XYZ 26.88 13.71 8.63 -
YUV 71.19 132.42 224.16 -
System Red Green Blue C M Y K H S L
Decimal 206 1 79 0 1.00 0.62 0.19 337.17 0.99 0.41
Hex CE 1 4F 0 64 3E 13 151 63 29
Octal 316 1 117 0 144 76 23 521 143 51
Binary 11001110 1 1001111 0 1100100 111110 10011 101010001 1100011 101001

Color Harmonies of #CE014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE014F

Black with #CE014F

Text Example


Text Example

White with #CE014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE014F; }

 p { color: rgb(206,1,79); }

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

background-color css

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

 a { background-color: rgb(206,1,79); }

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

border-color css

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

 span { border-color: rgb(206,1,79); }

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