Html Css Color HEX #C31F41 Cardinal

📋 copy color: '#C31F41'

red 195 ◦ green 31 ◦ blue 65

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

Shades of Cardinal #C31F41

Tints of Cardinal #C31F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.65%

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 67.01%
G = 10.65%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C31F41 (or 0xC31F41) is known color: Cardinal. HEX triplet: C3, 1F and 41. RGB value is (195,31,65). Sum of RGB (Red+Green+Blue) = 195+31+65=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F41 is #3CE0BE. Grayscale: #535353. Windows color (decimal): -3989695 or 4267971. OLE color: 4267971.

HSL color Cylindrical-coordinate representation of color #C31F41: hue angle of 347.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F41 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 31 65 -
CMYK 0 0.84 0.67 0.24
HSL 347.56º 0.73% 0.44% -
HSV(B) 347.56º 0.84% 0.76% -
XYZ 23.95 12.96 6.24 -
YUV 83.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 195 31 65 0 0.84 0.67 0.24 347.56 0.73 0.44
Hex C3 1F 41 0 54 43 18 15C 49 2C
Octal 303 37 101 0 124 103 30 534 111 54
Binary 11000011 11111 1000001 0 1010100 1000011 11000 101011100 1001001 101100

Color Harmonies of #C31F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F41

Black with #C31F41

Text Example


Text Example

White with #C31F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F41; }

 p { color: rgb(195,31,65); }

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

background-color css

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

 a { background-color: rgb(195,31,65); }

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

border-color css

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

 span { border-color: rgb(195,31,65); }

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