Html Css Color HEX #C5102F Cardinal

📋 copy color: '#C5102F'

red 197 ◦ green 16 ◦ blue 47

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

Shades of Cardinal #C5102F

Tints of Cardinal #C5102F

RGB

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

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

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

R = 75.77%
G = 6.15%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5102F (or 0xC5102F) is known color: Cardinal. HEX triplet: C5, 10 and 2F. RGB value is (197,16,47). Sum of RGB (Red+Green+Blue) = 197+16+47=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5102F is #3AEFD0. Grayscale: #494949. Windows color (decimal): -3862481 or 3084485. OLE color: 3084485.

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

Color convert

RGB 197 16 47 -
CMYK 0 0.92 0.76 0.23
HSL 349.72º 0.85% 0.42% -
HSV(B) 349.72º 0.92% 0.77% -
XYZ 23.72 12.45 3.84 -
YUV 73.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 197 16 47 0 0.92 0.76 0.23 349.72 0.85 0.42
Hex C5 10 2F 0 5C 4C 17 15E 55 2A
Octal 305 20 57 0 134 114 27 536 125 52
Binary 11000101 10000 101111 0 1011100 1001100 10111 101011110 1010101 101010

Color Harmonies of #C5102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5102F

Black with #C5102F

Text Example


Text Example

White with #C5102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5102F; }

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

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

background-color css

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

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

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

border-color css

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

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

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