Html Css Color HEX #C7102E Cardinal

📋 copy color: '#C7102E'

red 199 ◦ green 16 ◦ blue 46

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

Shades of Cardinal #C7102E

Tints of Cardinal #C7102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.62%

R = 76.25%
G = 6.13%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7102E (or 0xC7102E) is known color: Cardinal. HEX triplet: C7, 10 and 2E. RGB value is (199,16,46). Sum of RGB (Red+Green+Blue) = 199+16+46=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7102E is #38EFD1. Grayscale: #4A4A4A. Windows color (decimal): -3731410 or 3018951. OLE color: 3018951.

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

Color convert

RGB 199 16 46 -
CMYK 0 0.92 0.77 0.22
HSL 350.16º 0.85% 0.42% -
HSV(B) 350.16º 0.92% 0.78% -
XYZ 24.23 12.71 3.76 -
YUV 74.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 199 16 46 0 0.92 0.77 0.22 350.16 0.85 0.42
Hex C7 10 2E 0 5C 4D 16 15E 55 2A
Octal 307 20 56 0 134 115 26 536 125 52
Binary 11000111 10000 101110 0 1011100 1001101 10110 101011110 1010101 101010

Color Harmonies of #C7102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7102E

Black with #C7102E

Text Example


Text Example

White with #C7102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7102E; }

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

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

background-color css

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

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

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

border-color css

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

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

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