Html Css Color HEX #C31C49 Cardinal

📋 copy color: '#C31C49'

red 195 ◦ green 28 ◦ blue 73

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

Shades of Cardinal #C31C49

Tints of Cardinal #C31C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 65.88%
G = 9.46%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C31C49 (or 0xC31C49) is known color: Cardinal. HEX triplet: C3, 1C and 49. RGB value is (195,28,73). Sum of RGB (Red+Green+Blue) = 195+28+73=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C49 is #3CE3B6. Grayscale: #535353. Windows color (decimal): -3990455 or 4791491. OLE color: 4791491.

HSL color Cylindrical-coordinate representation of color #C31C49: hue angle of 343.83º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C49 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 73 -
CMYK 0 0.86 0.63 0.24
HSL 343.83º 0.75% 0.44% -
HSV(B) 343.83º 0.86% 0.76% -
XYZ 24.12 12.91 7.52 -
YUV 83.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 195 28 73 0 0.86 0.63 0.24 343.83 0.75 0.44
Hex C3 1C 49 0 56 3F 18 158 4B 2C
Octal 303 34 111 0 126 77 30 530 113 54
Binary 11000011 11100 1001001 0 1010110 111111 11000 101011000 1001011 101100

Color Harmonies of #C31C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C49

Black with #C31C49

Text Example


Text Example

White with #C31C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C49; }

 p { color: rgb(195,28,73); }

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

background-color css

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

 a { background-color: rgb(195,28,73); }

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

border-color css

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

 span { border-color: rgb(195,28,73); }

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