Html Css Color HEX #C31351 Cardinal

📋 copy color: '#C31351'

red 195 ◦ green 19 ◦ blue 81

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

Shades of Cardinal #C31351

Tints of Cardinal #C31351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 66.1%
G = 6.44%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C31351 (or 0xC31351) is known color: Cardinal. HEX triplet: C3, 13 and 51. RGB value is (195,19,81). Sum of RGB (Red+Green+Blue) = 195+19+81=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C31351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31351 is #3CECAE. Grayscale: #4E4E4E. Windows color (decimal): -3992751 or 5313475. OLE color: 5313475.

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

Color convert

RGB 195 19 81 -
CMYK 0 0.90 0.58 0.24
HSL 338.86º 0.82% 0.42% -
HSV(B) 338.86º 0.9% 0.76% -
XYZ 24.22 12.66 8.95 -
YUV 78.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 195 19 81 0 0.90 0.58 0.24 338.86 0.82 0.42
Hex C3 13 51 0 5A 3A 18 153 52 2A
Octal 303 23 121 0 132 72 30 523 122 52
Binary 11000011 10011 1010001 0 1011010 111010 11000 101010011 1010010 101010

Color Harmonies of #C31351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31351

Black with #C31351

Text Example


Text Example

White with #C31351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31351; }

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

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

background-color css

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

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

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

border-color css

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

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

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