Html Css Color HEX #C31E39 Cardinal

📋 copy color: '#C31E39'

red 195 ◦ green 30 ◦ blue 57

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

Shades of Cardinal #C31E39

Tints of Cardinal #C31E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.21%

R = 69.15%
G = 10.64%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31E39 (or 0xC31E39) is known color: Cardinal. HEX triplet: C3, 1E and 39. RGB value is (195,30,57). Sum of RGB (Red+Green+Blue) = 195+30+57=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E39 is #3CE1C6. Grayscale: #525252. Windows color (decimal): -3989959 or 3743427. OLE color: 3743427.

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

Color convert

RGB 195 30 57 -
CMYK 0 0.85 0.71 0.24
HSL 350.18º 0.73% 0.44% -
HSV(B) 350.18º 0.85% 0.76% -
XYZ 23.71 12.83 5.1 -
YUV 82.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 195 30 57 0 0.85 0.71 0.24 350.18 0.73 0.44
Hex C3 1E 39 0 55 47 18 15E 49 2C
Octal 303 36 71 0 125 107 30 536 111 54
Binary 11000011 11110 111001 0 1010101 1000111 11000 101011110 1001001 101100

Color Harmonies of #C31E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E39

Black with #C31E39

Text Example


Text Example

White with #C31E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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