Html Css Color HEX #C81147 Cardinal

📋 copy color: '#C81147'

red 200 ◦ green 17 ◦ blue 71

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

Shades of Cardinal #C81147

Tints of Cardinal #C81147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

 BLUE value IS 71 (28.13% from 255) = 24.65%

R = 69.44%
G = 5.9%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81147 (or 0xC81147) is known color: Cardinal. HEX triplet: C8, 11 and 47. RGB value is (200,17,71). Sum of RGB (Red+Green+Blue) = 200+17+71=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C81147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81147 is #37EEB8. Grayscale: #4D4D4D. Windows color (decimal): -3665593 or 4657608. OLE color: 4657608.

HSL color Cylindrical-coordinate representation of color #C81147: hue angle of 342.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81147 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 71 -
CMYK 0 0.92 0.64 0.22
HSL 342.3º 0.84% 0.43% -
HSV(B) 342.3º 0.92% 0.78% -
XYZ 25.16 13.14 7.17 -
YUV 77.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 200 17 71 0 0.92 0.64 0.22 342.3 0.84 0.43
Hex C8 11 47 0 5C 40 16 156 54 2B
Octal 310 21 107 0 134 100 26 526 124 53
Binary 11001000 10001 1000111 0 1011100 1000000 10110 101010110 1010100 101011

Color Harmonies of #C81147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81147

Black with #C81147

Text Example


Text Example

White with #C81147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81147; }

 p { color: rgb(200,17,71); }

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

background-color css

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

 a { background-color: rgb(200,17,71); }

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

border-color css

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

 span { border-color: rgb(200,17,71); }

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