Html Css Color HEX #C31E37 Cardinal

📋 copy color: '#C31E37'

red 195 ◦ green 30 ◦ blue 55

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

Shades of Cardinal #C31E37

Tints of Cardinal #C31E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 69.64%
G = 10.71%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C31E37 (or 0xC31E37) is known color: Cardinal. HEX triplet: C3, 1E and 37. RGB value is (195,30,55). Sum of RGB (Red+Green+Blue) = 195+30+55=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E37 is #3CE1C8. Grayscale: #525252. Windows color (decimal): -3989961 or 3612355. OLE color: 3612355.

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

Color convert

RGB 195 30 55 -
CMYK 0 0.85 0.72 0.24
HSL 350.91º 0.73% 0.44% -
HSV(B) 350.91º 0.85% 0.76% -
XYZ 23.66 12.81 4.84 -
YUV 82.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 195 30 55 0 0.85 0.72 0.24 350.91 0.73 0.44
Hex C3 1E 37 0 55 48 18 15F 49 2C
Octal 303 36 67 0 125 110 30 537 111 54
Binary 11000011 11110 110111 0 1010101 1001000 11000 101011111 1001001 101100

Color Harmonies of #C31E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E37

Black with #C31E37

Text Example


Text Example

White with #C31E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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