Html Css Color HEX #C5103F Cardinal

📋 copy color: '#C5103F'

red 197 ◦ green 16 ◦ blue 63

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

Shades of Cardinal #C5103F

Tints of Cardinal #C5103F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 71.38%
G = 5.8%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5103F (or 0xC5103F) is known color: Cardinal. HEX triplet: C5, 10 and 3F. RGB value is (197,16,63). Sum of RGB (Red+Green+Blue) = 197+16+63=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5103F is #3AEFC0. Grayscale: #4B4B4B. Windows color (decimal): -3862465 or 4133061. OLE color: 4133061.

HSL color Cylindrical-coordinate representation of color #C5103F: hue angle of 344.42º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5103F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 63 -
CMYK 0 0.92 0.68 0.23
HSL 344.42º 0.85% 0.42% -
HSV(B) 344.42º 0.92% 0.77% -
XYZ 24.11 12.6 5.86 -
YUV 75.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 197 16 63 0 0.92 0.68 0.23 344.42 0.85 0.42
Hex C5 10 3F 0 5C 44 17 158 55 2A
Octal 305 20 77 0 134 104 27 530 125 52
Binary 11000101 10000 111111 0 1011100 1000100 10111 101011000 1010101 101010

Color Harmonies of #C5103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5103F

Black with #C5103F

Text Example


Text Example

White with #C5103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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