Html Css Color HEX #C31349 Cardinal

📋 copy color: '#C31349'

red 195 ◦ green 19 ◦ blue 73

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

Shades of Cardinal #C31349

Tints of Cardinal #C31349

RGB

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

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

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

R = 67.94%
G = 6.62%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C31349 (or 0xC31349) is known color: Cardinal. HEX triplet: C3, 13 and 49. RGB value is (195,19,73). Sum of RGB (Red+Green+Blue) = 195+19+73=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C31349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31349 is #3CECB6. Grayscale: #4D4D4D. Windows color (decimal): -3992759 or 4789187. OLE color: 4789187.

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

Color convert

RGB 195 19 73 -
CMYK 0 0.90 0.63 0.24
HSL 341.59º 0.82% 0.42% -
HSV(B) 341.59º 0.9% 0.76% -
XYZ 23.94 12.55 7.46 -
YUV 77.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 195 19 73 0 0.90 0.63 0.24 341.59 0.82 0.42
Hex C3 13 49 0 5A 3F 18 156 52 2A
Octal 303 23 111 0 132 77 30 526 122 52
Binary 11000011 10011 1001001 0 1011010 111111 11000 101010110 1010010 101010

Color Harmonies of #C31349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31349

Black with #C31349

Text Example


Text Example

White with #C31349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31349; }

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

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

background-color css

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

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

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

border-color css

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

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

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