Html Css Color HEX #C31151 Cardinal

📋 copy color: '#C31151'

red 195 ◦ green 17 ◦ blue 81

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

Shades of Cardinal #C31151

Tints of Cardinal #C31151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.65%

R = 66.55%
G = 5.8%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C31151 (or 0xC31151) is known color: Cardinal. HEX triplet: C3, 11 and 51. RGB value is (195,17,81). Sum of RGB (Red+Green+Blue) = 195+17+81=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C31151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31151 is #3CEEAE. Grayscale: #4D4D4D. Windows color (decimal): -3993263 or 5312963. OLE color: 5312963.

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

Color convert

RGB 195 17 81 -
CMYK 0 0.91 0.58 0.24
HSL 338.43º 0.84% 0.42% -
HSV(B) 338.43º 0.91% 0.76% -
XYZ 24.19 12.6 8.94 -
YUV 77.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 195 17 81 0 0.91 0.58 0.24 338.43 0.84 0.42
Hex C3 11 51 0 5B 3A 18 152 54 2A
Octal 303 21 121 0 133 72 30 522 124 52
Binary 11000011 10001 1010001 0 1011011 111010 11000 101010010 1010100 101010

Color Harmonies of #C31151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31151

Black with #C31151

Text Example


Text Example

White with #C31151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31151; }

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

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

background-color css

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

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

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

border-color css

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

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

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