Html Css Color HEX #C31139 Cardinal

📋 copy color: '#C31139'

red 195 ◦ green 17 ◦ blue 57

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

Shades of Cardinal #C31139

Tints of Cardinal #C31139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.19%

R = 72.49%
G = 6.32%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31139 (or 0xC31139) is known color: Cardinal. HEX triplet: C3, 11 and 39. RGB value is (195,17,57). Sum of RGB (Red+Green+Blue) = 195+17+57=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C31139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31139 is #3CEEC6. Grayscale: #4A4A4A. Windows color (decimal): -3993287 or 3740099. OLE color: 3740099.

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

Color convert

RGB 195 17 57 -
CMYK 0 0.91 0.71 0.24
HSL 346.52º 0.84% 0.42% -
HSV(B) 346.52º 0.91% 0.76% -
XYZ 23.44 12.3 5.01 -
YUV 74.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 195 17 57 0 0.91 0.71 0.24 346.52 0.84 0.42
Hex C3 11 39 0 5B 47 18 15B 54 2A
Octal 303 21 71 0 133 107 30 533 124 52
Binary 11000011 10001 111001 0 1011011 1000111 11000 101011011 1010100 101010

Color Harmonies of #C31139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31139

Black with #C31139

Text Example


Text Example

White with #C31139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31139; }

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

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

background-color css

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

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

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

border-color css

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

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

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