Html Css Color HEX #C3004B Razzmatazz

📋 copy color: '#C3004B'

red 195 ◦ green 0 ◦ blue 75

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

Shades of Razzmatazz #C3004B

Tints of Razzmatazz #C3004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.22%
G = 0%
B = 27.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3004B (or 0xC3004B) is known color: Razzmatazz. HEX triplet: C3, 00 and 4B. RGB value is (195,0,75). Sum of RGB (Red+Green+Blue) = 195+0+75=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C3004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3004B is #3CFFB4. Grayscale: #424242. Windows color (decimal): -3997621 or 4915395. OLE color: 4915395.

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

Color convert

RGB 195 0 75 -
CMYK 0 1 0.62 0.24
HSL 336.92º 1% 0.38% -
HSV(B) 336.92º 1% 0.76% -
XYZ 23.78 12.11 7.74 -
YUV 66.86 132.6 219.4 -
System Red Green Blue C M Y K H S L
Decimal 195 0 75 0 1 0.62 0.24 336.92 1 0.38
Hex C3 0 4B 0 64 3E 18 151 64 26
Octal 303 0 113 0 144 76 30 521 144 46
Binary 11000011 0 1001011 0 1100100 111110 11000 101010001 1100100 100110

Color Harmonies of #C3004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3004B

Black with #C3004B

Text Example


Text Example

White with #C3004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3004B; }

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

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

background-color css

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

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

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

border-color css

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

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

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