Html Css Color HEX #C31F47 Cardinal

📋 copy color: '#C31F47'

red 195 ◦ green 31 ◦ blue 71

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

Shades of Cardinal #C31F47

Tints of Cardinal #C31F47

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.44%

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

R = 65.66%
G = 10.44%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C31F47 (or 0xC31F47) is known color: Cardinal. HEX triplet: C3, 1F and 47. RGB value is (195,31,71). Sum of RGB (Red+Green+Blue) = 195+31+71=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F47 is #3CE0B8. Grayscale: #545454. Windows color (decimal): -3989689 or 4661187. OLE color: 4661187.

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

Color convert

RGB 195 31 71 -
CMYK 0 0.84 0.64 0.24
HSL 345.37º 0.73% 0.44% -
HSV(B) 345.37º 0.84% 0.76% -
XYZ 24.13 13.04 7.21 -
YUV 84.6 120.33 206.75 -
System Red Green Blue C M Y K H S L
Decimal 195 31 71 0 0.84 0.64 0.24 345.37 0.73 0.44
Hex C3 1F 47 0 54 40 18 159 49 2C
Octal 303 37 107 0 124 100 30 531 111 54
Binary 11000011 11111 1000111 0 1010100 1000000 11000 101011001 1001001 101100

Color Harmonies of #C31F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F47

Black with #C31F47

Text Example


Text Example

White with #C31F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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