Html Css Color HEX #C31A39 Cardinal

📋 copy color: '#C31A39'

red 195 ◦ green 26 ◦ blue 57

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

Shades of Cardinal #C31A39

Tints of Cardinal #C31A39

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

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

R = 70.14%
G = 9.35%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31A39 (or 0xC31A39) is known color: Cardinal. HEX triplet: C3, 1A and 39. RGB value is (195,26,57). Sum of RGB (Red+Green+Blue) = 195+26+57=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31A39 is #3CE5C6. Grayscale: #505050. Windows color (decimal): -3990983 or 3742403. OLE color: 3742403.

HSL color Cylindrical-coordinate representation of color #C31A39: hue angle of 348.99º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A39 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 57 -
CMYK 0 0.87 0.71 0.24
HSL 348.99º 0.76% 0.43% -
HSV(B) 348.99º 0.87% 0.76% -
XYZ 23.61 12.64 5.07 -
YUV 80.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 195 26 57 0 0.87 0.71 0.24 348.99 0.76 0.43
Hex C3 1A 39 0 57 47 18 15D 4C 2B
Octal 303 32 71 0 127 107 30 535 114 53
Binary 11000011 11010 111001 0 1010111 1000111 11000 101011101 1001100 101011

Color Harmonies of #C31A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A39

Black with #C31A39

Text Example


Text Example

White with #C31A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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