Html Css Color HEX #C4014F Razzmatazz

📋 copy color: '#C4014F'

red 196 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #C4014F

Tints of Razzmatazz #C4014F

RGB

 RED value IS 196 (76.95% from 255) = 71.01%

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

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

R = 71.01%
G = 0.36%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4014F (or 0xC4014F) is known color: Razzmatazz. HEX triplet: C4, 01 and 4F. RGB value is (196,1,79). Sum of RGB (Red+Green+Blue) = 196+1+79=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4014F is #3BFEB0. Grayscale: #444444. Windows color (decimal): -3931825 or 5177796. OLE color: 5177796.

HSL color Cylindrical-coordinate representation of color #C4014F: hue angle of 336º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4014F is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 79 -
CMYK 0 0.99 0.60 0.23
HSL 336º 0.99% 0.39% -
HSV(B) 336º 0.99% 0.77% -
XYZ 24.19 12.32 8.5 -
YUV 68.2 134.1 219.16 -
System Red Green Blue C M Y K H S L
Decimal 196 1 79 0 0.99 0.60 0.23 336 0.99 0.39
Hex C4 1 4F 0 63 3C 17 150 63 27
Octal 304 1 117 0 143 74 27 520 143 47
Binary 11000100 1 1001111 0 1100011 111100 10111 101010000 1100011 100111

Color Harmonies of #C4014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4014F

Black with #C4014F

Text Example


Text Example

White with #C4014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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