Html Css Color HEX #C31937 Cardinal

📋 copy color: '#C31937'

red 195 ◦ green 25 ◦ blue 55

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

Shades of Cardinal #C31937

Tints of Cardinal #C31937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20%

R = 70.91%
G = 9.09%
B = 20%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C31937 (or 0xC31937) is known color: Cardinal. HEX triplet: C3, 19 and 37. RGB value is (195,25,55). Sum of RGB (Red+Green+Blue) = 195+25+55=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C31937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31937 is #3CE6C8. Grayscale: #4F4F4F. Windows color (decimal): -3991241 or 3611075. OLE color: 3611075.

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

Color convert

RGB 195 25 55 -
CMYK 0 0.87 0.72 0.24
HSL 349.41º 0.77% 0.43% -
HSV(B) 349.41º 0.87% 0.76% -
XYZ 23.54 12.57 4.8 -
YUV 79.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 195 25 55 0 0.87 0.72 0.24 349.41 0.77 0.43
Hex C3 19 37 0 57 48 18 15D 4D 2B
Octal 303 31 67 0 127 110 30 535 115 53
Binary 11000011 11001 110111 0 1010111 1001000 11000 101011101 1001101 101011

Color Harmonies of #C31937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31937

Black with #C31937

Text Example


Text Example

White with #C31937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31937; }

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

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

background-color css

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

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

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

border-color css

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

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

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