Html Css Color HEX #C31D49 Cardinal

📋 copy color: '#C31D49'

red 195 ◦ green 29 ◦ blue 73

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

Shades of Cardinal #C31D49

Tints of Cardinal #C31D49

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

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

R = 65.66%
G = 9.76%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C31D49 (or 0xC31D49) is known color: Cardinal. HEX triplet: C3, 1D and 49. RGB value is (195,29,73). Sum of RGB (Red+Green+Blue) = 195+29+73=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D49 is #3CE2B6. Grayscale: #535353. Windows color (decimal): -3990199 or 4791747. OLE color: 4791747.

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

Color convert

RGB 195 29 73 -
CMYK 0 0.85 0.63 0.24
HSL 344.1º 0.74% 0.44% -
HSV(B) 344.1º 0.85% 0.76% -
XYZ 24.15 12.96 7.53 -
YUV 83.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 195 29 73 0 0.85 0.63 0.24 344.1 0.74 0.44
Hex C3 1D 49 0 55 3F 18 158 4A 2C
Octal 303 35 111 0 125 77 30 530 112 54
Binary 11000011 11101 1001001 0 1010101 111111 11000 101011000 1001010 101100

Color Harmonies of #C31D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D49

Black with #C31D49

Text Example


Text Example

White with #C31D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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