Html Css Color HEX #C31147 Cardinal

📋 copy color: '#C31147'

red 195 ◦ green 17 ◦ blue 71

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

Shades of Cardinal #C31147

Tints of Cardinal #C31147

RGB

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

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

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

R = 68.9%
G = 6.01%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C31147 (or 0xC31147) is known color: Cardinal. HEX triplet: C3, 11 and 47. RGB value is (195,17,71). Sum of RGB (Red+Green+Blue) = 195+17+71=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C31147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31147 is #3CEEB8. Grayscale: #4C4C4C. Windows color (decimal): -3993273 or 4657603. OLE color: 4657603.

HSL color Cylindrical-coordinate representation of color #C31147: hue angle of 341.8º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31147 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 71 -
CMYK 0 0.91 0.64 0.24
HSL 341.8º 0.84% 0.42% -
HSV(B) 341.8º 0.91% 0.76% -
XYZ 23.84 12.46 7.11 -
YUV 76.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 195 17 71 0 0.91 0.64 0.24 341.8 0.84 0.42
Hex C3 11 47 0 5B 40 18 156 54 2A
Octal 303 21 107 0 133 100 30 526 124 52
Binary 11000011 10001 1000111 0 1011011 1000000 11000 101010110 1010100 101010

Color Harmonies of #C31147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31147

Black with #C31147

Text Example


Text Example

White with #C31147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31147; }

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

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

background-color css

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

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

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

border-color css

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

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

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