Html Css Color HEX #C7103A Cardinal

📋 copy color: '#C7103A'

red 199 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #C7103A

Tints of Cardinal #C7103A

RGB

 RED value IS 199 (78.13% from 255) = 72.89%

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

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

R = 72.89%
G = 5.86%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7103A (or 0xC7103A) is known color: Cardinal. HEX triplet: C7, 10 and 3A. RGB value is (199,16,58). Sum of RGB (Red+Green+Blue) = 199+16+58=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C7103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7103A is #38EFC5. Grayscale: #4B4B4B. Windows color (decimal): -3731398 or 3805383. OLE color: 3805383.

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

Color convert

RGB 199 16 58 -
CMYK 0 0.92 0.71 0.22
HSL 346.23º 0.85% 0.42% -
HSV(B) 346.23º 0.92% 0.78% -
XYZ 24.5 12.82 5.19 -
YUV 75.51 118.13 216.08 -
System Red Green Blue C M Y K H S L
Decimal 199 16 58 0 0.92 0.71 0.22 346.23 0.85 0.42
Hex C7 10 3A 0 5C 47 16 15A 55 2A
Octal 307 20 72 0 134 107 26 532 125 52
Binary 11000111 10000 111010 0 1011100 1000111 10110 101011010 1010101 101010

Color Harmonies of #C7103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7103A

Black with #C7103A

Text Example


Text Example

White with #C7103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7103A; }

 p { color: rgb(199,16,58); }

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

background-color css

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

 a { background-color: rgb(199,16,58); }

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

border-color css

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

 span { border-color: rgb(199,16,58); }

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