Html Css Color HEX #C31137 Cardinal

📋 copy color: '#C31137'

red 195 ◦ green 17 ◦ blue 55

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

Shades of Cardinal #C31137

Tints of Cardinal #C31137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 73.03%
G = 6.37%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C31137 (or 0xC31137) is known color: Cardinal. HEX triplet: C3, 11 and 37. RGB value is (195,17,55). Sum of RGB (Red+Green+Blue) = 195+17+55=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C31137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31137 is #3CEEC8. Grayscale: #4A4A4A. Windows color (decimal): -3993289 or 3609027. OLE color: 3609027.

HSL color Cylindrical-coordinate representation of color #C31137: hue angle of 347.19º 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 #C31137 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 55 -
CMYK 0 0.91 0.72 0.24
HSL 347.19º 0.84% 0.42% -
HSV(B) 347.19º 0.91% 0.76% -
XYZ 23.4 12.28 4.75 -
YUV 74.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 195 17 55 0 0.91 0.72 0.24 347.19 0.84 0.42
Hex C3 11 37 0 5B 48 18 15B 54 2A
Octal 303 21 67 0 133 110 30 533 124 52
Binary 11000011 10001 110111 0 1011011 1001000 11000 101011011 1010100 101010

Color Harmonies of #C31137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31137

Black with #C31137

Text Example


Text Example

White with #C31137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31137; }

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

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

background-color css

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

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

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

border-color css

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

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

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