Html Css Color HEX #C7134A Cardinal

📋 copy color: '#C7134A'

red 199 ◦ green 19 ◦ blue 74

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

Shades of Cardinal #C7134A

Tints of Cardinal #C7134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 74 (29.3% from 255) = 25.34%

R = 68.15%
G = 6.51%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7134A (or 0xC7134A) is known color: Cardinal. HEX triplet: C7, 13 and 4A. RGB value is (199,19,74). Sum of RGB (Red+Green+Blue) = 199+19+74=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7134A is #38ECB5. Grayscale: #4F4F4F. Windows color (decimal): -3730614 or 4854727. OLE color: 4854727.

HSL color Cylindrical-coordinate representation of color #C7134A: hue angle of 341.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7134A is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 74 -
CMYK 0 0.90 0.63 0.22
HSL 341.67º 0.83% 0.43% -
HSV(B) 341.67º 0.9% 0.78% -
XYZ 25.02 13.1 7.69 -
YUV 79.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 199 19 74 0 0.90 0.63 0.22 341.67 0.83 0.43
Hex C7 13 4A 0 5A 3F 16 156 53 2B
Octal 307 23 112 0 132 77 26 526 123 53
Binary 11000111 10011 1001010 0 1011010 111111 10110 101010110 1010011 101011

Color Harmonies of #C7134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7134A

Black with #C7134A

Text Example


Text Example

White with #C7134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7134A; }

 p { color: rgb(199,19,74); }

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

background-color css

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

 a { background-color: rgb(199,19,74); }

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

border-color css

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

 span { border-color: rgb(199,19,74); }

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