Html Css Color HEX #C5142F Cardinal

📋 copy color: '#C5142F'

red 197 ◦ green 20 ◦ blue 47

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

Shades of Cardinal #C5142F

Tints of Cardinal #C5142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 74.62%
G = 7.58%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5142F (or 0xC5142F) is known color: Cardinal. HEX triplet: C5, 14 and 2F. RGB value is (197,20,47). Sum of RGB (Red+Green+Blue) = 197+20+47=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5142F is #3AEBD0. Grayscale: #4C4C4C. Windows color (decimal): -3861457 or 3085509. OLE color: 3085509.

HSL color Cylindrical-coordinate representation of color #C5142F: hue angle of 350.85º 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 #C5142F is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 47 -
CMYK 0 0.90 0.76 0.23
HSL 350.85º 0.82% 0.43% -
HSV(B) 350.85º 0.9% 0.77% -
XYZ 23.79 12.58 3.86 -
YUV 76 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 197 20 47 0 0.90 0.76 0.23 350.85 0.82 0.43
Hex C5 14 2F 0 5A 4C 17 15F 52 2B
Octal 305 24 57 0 132 114 27 537 122 53
Binary 11000101 10100 101111 0 1011010 1001100 10111 101011111 1010010 101011

Color Harmonies of #C5142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5142F

Black with #C5142F

Text Example


Text Example

White with #C5142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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