Html Css Color HEX #C7102F Cardinal

📋 copy color: '#C7102F'

red 199 ◦ green 16 ◦ blue 47

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

Shades of Cardinal #C7102F

Tints of Cardinal #C7102F

RGB

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

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

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

R = 75.95%
G = 6.11%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7102F (or 0xC7102F) is known color: Cardinal. HEX triplet: C7, 10 and 2F. RGB value is (199,16,47). Sum of RGB (Red+Green+Blue) = 199+16+47=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C7102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7102F is #38EFD0. Grayscale: #4A4A4A. Windows color (decimal): -3731409 or 3084487. OLE color: 3084487.

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

Color convert

RGB 199 16 47 -
CMYK 0 0.92 0.76 0.22
HSL 349.84º 0.85% 0.42% -
HSV(B) 349.84º 0.92% 0.78% -
XYZ 24.25 12.72 3.87 -
YUV 74.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 199 16 47 0 0.92 0.76 0.22 349.84 0.85 0.42
Hex C7 10 2F 0 5C 4C 16 15E 55 2A
Octal 307 20 57 0 134 114 26 536 125 52
Binary 11000111 10000 101111 0 1011100 1001100 10110 101011110 1010101 101010

Color Harmonies of #C7102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7102F

Black with #C7102F

Text Example


Text Example

White with #C7102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7102F; }

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

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

background-color css

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

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

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

border-color css

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

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

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