Html Css Color HEX #C5143F Cardinal

📋 copy color: '#C5143F'

red 197 ◦ green 20 ◦ blue 63

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

Shades of Cardinal #C5143F

Tints of Cardinal #C5143F

RGB

 RED value IS 197 (77.34% from 255) = 70.36%

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 70.36%
G = 7.14%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5143F (or 0xC5143F) is known color: Cardinal. HEX triplet: C5, 14 and 3F. RGB value is (197,20,63). Sum of RGB (Red+Green+Blue) = 197+20+63=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5143F is #3AEBC0. Grayscale: #4D4D4D. Windows color (decimal): -3861441 or 4134085. OLE color: 4134085.

HSL color Cylindrical-coordinate representation of color #C5143F: hue angle of 345.42º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5143F is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 63 -
CMYK 0 0.90 0.68 0.23
HSL 345.42º 0.82% 0.43% -
HSV(B) 345.42º 0.9% 0.77% -
XYZ 24.17 12.73 5.89 -
YUV 77.83 119.64 213 -
System Red Green Blue C M Y K H S L
Decimal 197 20 63 0 0.90 0.68 0.23 345.42 0.82 0.43
Hex C5 14 3F 0 5A 44 17 159 52 2B
Octal 305 24 77 0 132 104 27 531 122 53
Binary 11000101 10100 111111 0 1011010 1000100 10111 101011001 1010010 101011

Color Harmonies of #C5143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5143F

Black with #C5143F

Text Example


Text Example

White with #C5143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5143F; }

 p { color: rgb(197,20,63); }

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

background-color css

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

 a { background-color: rgb(197,20,63); }

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

border-color css

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

 span { border-color: rgb(197,20,63); }

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