Html Css Color HEX #C31F3A Cardinal

📋 copy color: '#C31F3A'

red 195 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #C31F3A

Tints of Cardinal #C31F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 68.66%
G = 10.92%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C31F3A (or 0xC31F3A) is known color: Cardinal. HEX triplet: C3, 1F and 3A. RGB value is (195,31,58). Sum of RGB (Red+Green+Blue) = 195+31+58=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F3A is #3CE0C5. Grayscale: #535353. Windows color (decimal): -3989702 or 3809219. OLE color: 3809219.

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

Color convert

RGB 195 31 58 -
CMYK 0 0.84 0.70 0.24
HSL 350.12º 0.73% 0.44% -
HSV(B) 350.12º 0.84% 0.76% -
XYZ 23.76 12.89 5.24 -
YUV 83.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 195 31 58 0 0.84 0.70 0.24 350.12 0.73 0.44
Hex C3 1F 3A 0 54 46 18 15E 49 2C
Octal 303 37 72 0 124 106 30 536 111 54
Binary 11000011 11111 111010 0 1010100 1000110 11000 101011110 1001001 101100

Color Harmonies of #C31F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F3A

Black with #C31F3A

Text Example


Text Example

White with #C31F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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