Html Css Color HEX #C31944 Cardinal

📋 copy color: '#C31944'

red 195 ◦ green 25 ◦ blue 68

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

Shades of Cardinal #C31944

Tints of Cardinal #C31944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 67.71%
G = 8.68%
B = 23.61%

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

#C31944 (or 0xC31944) is known color: Cardinal. HEX triplet: C3, 19 and 44. RGB value is (195,25,68). Sum of RGB (Red+Green+Blue) = 195+25+68=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C31944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31944 is #3CE6BB. Grayscale: #505050. Windows color (decimal): -3991228 or 4463043. OLE color: 4463043.

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

Color convert

RGB 195 25 68 -
CMYK 0 0.87 0.65 0.24
HSL 344.82º 0.77% 0.43% -
HSV(B) 344.82º 0.87% 0.76% -
XYZ 23.9 12.71 6.66 -
YUV 80.73 120.82 209.5 -
System Red Green Blue C M Y K H S L
Decimal 195 25 68 0 0.87 0.65 0.24 344.82 0.77 0.43
Hex C3 19 44 0 57 41 18 159 4D 2B
Octal 303 31 104 0 127 101 30 531 115 53
Binary 11000011 11001 1000100 0 1010111 1000001 11000 101011001 1001101 101011

Color Harmonies of #C31944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31944

Black with #C31944

Text Example


Text Example

White with #C31944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31944; }

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

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

background-color css

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

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

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

border-color css

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

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

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