Html Css Color HEX #C31945 Cardinal

📋 copy color: '#C31945'

red 195 ◦ green 25 ◦ blue 69

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

Shades of Cardinal #C31945

Tints of Cardinal #C31945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 67.47%
G = 8.65%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C31945 (or 0xC31945) is known color: Cardinal. HEX triplet: C3, 19 and 45. RGB value is (195,25,69). Sum of RGB (Red+Green+Blue) = 195+25+69=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C31945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31945 is #3CE6BA. Grayscale: #505050. Windows color (decimal): -3991227 or 4528579. OLE color: 4528579.

HSL color Cylindrical-coordinate representation of color #C31945: hue angle of 344.47º degrees, saturation: 0.77, 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 #C31945 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 69 -
CMYK 0 0.87 0.65 0.24
HSL 344.47º 0.77% 0.43% -
HSV(B) 344.47º 0.87% 0.76% -
XYZ 23.93 12.73 6.83 -
YUV 80.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 195 25 69 0 0.87 0.65 0.24 344.47 0.77 0.43
Hex C3 19 45 0 57 41 18 158 4D 2B
Octal 303 31 105 0 127 101 30 530 115 53
Binary 11000011 11001 1000101 0 1010111 1000001 11000 101011000 1001101 101011

Color Harmonies of #C31945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31945

Black with #C31945

Text Example


Text Example

White with #C31945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31945; }

 p { color: rgb(195,25,69); }

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

background-color css

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

 a { background-color: rgb(195,25,69); }

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

border-color css

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

 span { border-color: rgb(195,25,69); }

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