Html Css Color HEX #C3143A Cardinal

📋 copy color: '#C3143A'

red 195 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #C3143A

Tints of Cardinal #C3143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

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

R = 71.43%
G = 7.33%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3143A (or 0xC3143A) is known color: Cardinal. HEX triplet: C3, 14 and 3A. RGB value is (195,20,58). Sum of RGB (Red+Green+Blue) = 195+20+58=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3143A is #3CEBC5. Grayscale: #4C4C4C. Windows color (decimal): -3992518 or 3806403. OLE color: 3806403.

HSL color Cylindrical-coordinate representation of color #C3143A: hue angle of 346.97º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3143A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 58 -
CMYK 0 0.90 0.70 0.24
HSL 346.97º 0.81% 0.42% -
HSV(B) 346.97º 0.9% 0.76% -
XYZ 23.52 12.41 5.16 -
YUV 76.66 117.48 212.41 -
System Red Green Blue C M Y K H S L
Decimal 195 20 58 0 0.90 0.70 0.24 346.97 0.81 0.42
Hex C3 14 3A 0 5A 46 18 15B 51 2A
Octal 303 24 72 0 132 106 30 533 121 52
Binary 11000011 10100 111010 0 1011010 1000110 11000 101011011 1010001 101010

Color Harmonies of #C3143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3143A

Black with #C3143A

Text Example


Text Example

White with #C3143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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