Html Css Color HEX #C31947 Cardinal

📋 copy color: '#C31947'

red 195 ◦ green 25 ◦ blue 71

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

Shades of Cardinal #C31947

Tints of Cardinal #C31947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

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

R = 67.01%
G = 8.59%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C31947 (or 0xC31947) is known color: Cardinal. HEX triplet: C3, 19 and 47. RGB value is (195,25,71). Sum of RGB (Red+Green+Blue) = 195+25+71=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C31947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31947 is #3CE6B8. Grayscale: #515151. Windows color (decimal): -3991225 or 4659651. OLE color: 4659651.

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

Color convert

RGB 195 25 71 -
CMYK 0 0.87 0.64 0.24
HSL 343.76º 0.77% 0.43% -
HSV(B) 343.76º 0.87% 0.76% -
XYZ 23.99 12.75 7.16 -
YUV 81.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 195 25 71 0 0.87 0.64 0.24 343.76 0.77 0.43
Hex C3 19 47 0 57 40 18 158 4D 2B
Octal 303 31 107 0 127 100 30 530 115 53
Binary 11000011 11001 1000111 0 1010111 1000000 11000 101011000 1001101 101011

Color Harmonies of #C31947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31947

Black with #C31947

Text Example


Text Example

White with #C31947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31947; }

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

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

background-color css

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

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

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

border-color css

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

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

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