Html Css Color HEX #C31C3A Cardinal

📋 copy color: '#C31C3A'

red 195 ◦ green 28 ◦ blue 58

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

Shades of Cardinal #C31C3A

Tints of Cardinal #C31C3A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

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

R = 69.4%
G = 9.96%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C31C3A (or 0xC31C3A) is known color: Cardinal. HEX triplet: C3, 1C and 3A. RGB value is (195,28,58). Sum of RGB (Red+Green+Blue) = 195+28+58=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C3A is #3CE3C5. Grayscale: #515151. Windows color (decimal): -3990470 or 3808451. OLE color: 3808451.

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

Color convert

RGB 195 28 58 -
CMYK 0 0.86 0.70 0.24
HSL 349.22º 0.75% 0.44% -
HSV(B) 349.22º 0.86% 0.76% -
XYZ 23.68 12.74 5.21 -
YUV 81.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 195 28 58 0 0.86 0.70 0.24 349.22 0.75 0.44
Hex C3 1C 3A 0 56 46 18 15D 4B 2C
Octal 303 34 72 0 126 106 30 535 113 54
Binary 11000011 11100 111010 0 1010110 1000110 11000 101011101 1001011 101100

Color Harmonies of #C31C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C3A

Black with #C31C3A

Text Example


Text Example

White with #C31C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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