Html Css Color HEX #CE014B Razzmatazz

📋 copy color: '#CE014B'

red 206 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #CE014B

Tints of Razzmatazz #CE014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 73.05%
G = 0.35%
B = 26.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE014B (or 0xCE014B) is known color: Razzmatazz. HEX triplet: CE, 01 and 4B. RGB value is (206,1,75). Sum of RGB (Red+Green+Blue) = 206+1+75=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE014B is #31FEB4. Grayscale: #464646. Windows color (decimal): -3276469 or 4915662. OLE color: 4915662.

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

Color convert

RGB 206 1 75 -
CMYK 0 1.00 0.64 0.19
HSL 338.34º 0.99% 0.41% -
HSV(B) 338.34º 1% 0.81% -
XYZ 26.73 13.65 7.88 -
YUV 70.73 130.42 224.48 -
System Red Green Blue C M Y K H S L
Decimal 206 1 75 0 1.00 0.64 0.19 338.34 0.99 0.41
Hex CE 1 4B 0 64 40 13 152 63 29
Octal 316 1 113 0 144 100 23 522 143 51
Binary 11001110 1 1001011 0 1100100 1000000 10011 101010010 1100011 101001

Color Harmonies of #CE014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE014B

Black with #CE014B

Text Example


Text Example

White with #CE014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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