Html Css Color HEX #C30251 Razzmatazz

📋 copy color: '#C30251'

red 195 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #C30251

Tints of Razzmatazz #C30251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 81 (32.03% from 255) = 29.14%

R = 70.14%
G = 0.72%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C30251 (or 0xC30251) is known color: Razzmatazz. HEX triplet: C3, 02 and 51. RGB value is (195,2,81). Sum of RGB (Red+Green+Blue) = 195+2+81=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C30251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30251 is #3CFDAE. Grayscale: #444444. Windows color (decimal): -3997103 or 5309123. OLE color: 5309123.

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

Color convert

RGB 195 2 81 -
CMYK 0 0.99 0.58 0.24
HSL 335.44º 0.98% 0.39% -
HSV(B) 335.44º 0.99% 0.76% -
XYZ 24.01 12.24 8.88 -
YUV 68.71 134.94 218.08 -
System Red Green Blue C M Y K H S L
Decimal 195 2 81 0 0.99 0.58 0.24 335.44 0.98 0.39
Hex C3 2 51 0 63 3A 18 14F 62 27
Octal 303 2 121 0 143 72 30 517 142 47
Binary 11000011 10 1010001 0 1100011 111010 11000 101001111 1100010 100111

Color Harmonies of #C30251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30251

Black with #C30251

Text Example


Text Example

White with #C30251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30251; }

 p { color: rgb(195,2,81); }

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

background-color css

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

 a { background-color: rgb(195,2,81); }

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

border-color css

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

 span { border-color: rgb(195,2,81); }

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