Html Css Color HEX #C8014A Razzmatazz

📋 copy color: '#C8014A'

red 200 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #C8014A

Tints of Razzmatazz #C8014A

RGB

 RED value IS 200 (78.52% from 255) = 72.73%

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

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 72.73%
G = 0.36%
B = 26.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8014A (or 0xC8014A) is known color: Razzmatazz. HEX triplet: C8, 01 and 4A. RGB value is (200,1,74). Sum of RGB (Red+Green+Blue) = 200+1+74=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C8014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8014A is #37FEB5. Grayscale: #444444. Windows color (decimal): -3669686 or 4850120. OLE color: 4850120.

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

Color convert

RGB 200 1 74 -
CMYK 0 1.00 0.63 0.22
HSL 337.99º 0.99% 0.39% -
HSV(B) 337.99º 1% 0.78% -
XYZ 25.07 12.8 7.63 -
YUV 68.82 130.93 221.56 -
System Red Green Blue C M Y K H S L
Decimal 200 1 74 0 1.00 0.63 0.22 337.99 0.99 0.39
Hex C8 1 4A 0 64 3F 16 152 63 27
Octal 310 1 112 0 144 77 26 522 143 47
Binary 11001000 1 1001010 0 1100100 111111 10110 101010010 1100011 100111

Color Harmonies of #C8014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8014A

Black with #C8014A

Text Example


Text Example

White with #C8014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8014A; }

 p { color: rgb(200,1,74); }

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

background-color css

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

 a { background-color: rgb(200,1,74); }

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

border-color css

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

 span { border-color: rgb(200,1,74); }

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