Html Css Color HEX #C3014F Razzmatazz

📋 copy color: '#C3014F'

red 195 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #C3014F

Tints of Razzmatazz #C3014F

RGB

 RED value IS 195 (76.56% from 255) = 70.91%

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

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

R = 70.91%
G = 0.36%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3014F (or 0xC3014F) is known color: Razzmatazz. HEX triplet: C3, 01 and 4F. RGB value is (195,1,79). Sum of RGB (Red+Green+Blue) = 195+1+79=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3014F is #3CFEB0. Grayscale: #434343. Windows color (decimal): -3997361 or 5177795. OLE color: 5177795.

HSL color Cylindrical-coordinate representation of color #C3014F: hue angle of 335.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3014F is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 79 -
CMYK 0 0.99 0.59 0.24
HSL 335.88º 0.99% 0.38% -
HSV(B) 335.88º 0.99% 0.76% -
XYZ 23.93 12.19 8.49 -
YUV 67.9 134.27 218.66 -
System Red Green Blue C M Y K H S L
Decimal 195 1 79 0 0.99 0.59 0.24 335.88 0.99 0.38
Hex C3 1 4F 0 63 3B 18 150 63 26
Octal 303 1 117 0 143 73 30 520 143 46
Binary 11000011 1 1001111 0 1100011 111011 11000 101010000 1100011 100110

Color Harmonies of #C3014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3014F

Black with #C3014F

Text Example


Text Example

White with #C3014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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