Html Css Color HEX #C31447 Cardinal

📋 copy color: '#C31447'

red 195 ◦ green 20 ◦ blue 71

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

Shades of Cardinal #C31447

Tints of Cardinal #C31447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 68.18%
G = 6.99%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C31447 (or 0xC31447) is known color: Cardinal. HEX triplet: C3, 14 and 47. RGB value is (195,20,71). Sum of RGB (Red+Green+Blue) = 195+20+71=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C31447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31447 is #3CEBB8. Grayscale: #4E4E4E. Windows color (decimal): -3992505 or 4658371. OLE color: 4658371.

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

Color convert

RGB 195 20 71 -
CMYK 0 0.90 0.64 0.24
HSL 342.51º 0.81% 0.42% -
HSV(B) 342.51º 0.9% 0.76% -
XYZ 23.89 12.56 7.13 -
YUV 78.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 195 20 71 0 0.90 0.64 0.24 342.51 0.81 0.42
Hex C3 14 47 0 5A 40 18 157 51 2A
Octal 303 24 107 0 132 100 30 527 121 52
Binary 11000011 10100 1000111 0 1011010 1000000 11000 101010111 1010001 101010

Color Harmonies of #C31447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31447

Black with #C31447

Text Example


Text Example

White with #C31447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31447; }

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

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

background-color css

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

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

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

border-color css

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

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

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