Html Css Color HEX #C6014B Razzmatazz

📋 copy color: '#C6014B'

red 198 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #C6014B

Tints of Razzmatazz #C6014B

RGB

 RED value IS 198 (77.73% from 255) = 72.26%

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

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

R = 72.26%
G = 0.36%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6014B (or 0xC6014B) is known color: Razzmatazz. HEX triplet: C6, 01 and 4B. RGB value is (198,1,75). Sum of RGB (Red+Green+Blue) = 198+1+75=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C6014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6014B is #39FEB4. Grayscale: #444444. Windows color (decimal): -3800757 or 4915654. OLE color: 4915654.

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

Color convert

RGB 198 1 75 -
CMYK 0 0.99 0.62 0.22
HSL 337.46º 0.99% 0.39% -
HSV(B) 337.46º 0.99% 0.78% -
XYZ 24.57 12.54 7.78 -
YUV 68.34 131.77 220.48 -
System Red Green Blue C M Y K H S L
Decimal 198 1 75 0 0.99 0.62 0.22 337.46 0.99 0.39
Hex C6 1 4B 0 63 3E 16 151 63 27
Octal 306 1 113 0 143 76 26 521 143 47
Binary 11000110 1 1001011 0 1100011 111110 10110 101010001 1100011 100111

Color Harmonies of #C6014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6014B

Black with #C6014B

Text Example


Text Example

White with #C6014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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