Html Css Color HEX #C3014B Razzmatazz

📋 copy color: '#C3014B'

red 195 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #C3014B

Tints of Razzmatazz #C3014B

RGB

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

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

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

R = 71.96%
G = 0.37%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3014B (or 0xC3014B) is known color: Razzmatazz. HEX triplet: C3, 01 and 4B. RGB value is (195,1,75). Sum of RGB (Red+Green+Blue) = 195+1+75=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C3014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3014B is #3CFEB4. Grayscale: #434343. Windows color (decimal): -3997365 or 4915651. OLE color: 4915651.

HSL color Cylindrical-coordinate representation of color #C3014B: hue angle of 337.11º 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 #C3014B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 75 -
CMYK 0 0.99 0.62 0.24
HSL 337.11º 0.99% 0.38% -
HSV(B) 337.11º 0.99% 0.76% -
XYZ 23.79 12.13 7.74 -
YUV 67.44 132.27 218.98 -
System Red Green Blue C M Y K H S L
Decimal 195 1 75 0 0.99 0.62 0.24 337.11 0.99 0.38
Hex C3 1 4B 0 63 3E 18 151 63 26
Octal 303 1 113 0 143 76 30 521 143 46
Binary 11000011 1 1001011 0 1100011 111110 11000 101010001 1100011 100110

Color Harmonies of #C3014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3014B

Black with #C3014B

Text Example


Text Example

White with #C3014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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