Html Css Color HEX #C7132F Cardinal

📋 copy color: '#C7132F'

red 199 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #C7132F

Tints of Cardinal #C7132F

RGB

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

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

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

R = 75.09%
G = 7.17%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7132F (or 0xC7132F) is known color: Cardinal. HEX triplet: C7, 13 and 2F. RGB value is (199,19,47). Sum of RGB (Red+Green+Blue) = 199+19+47=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7132F is #38ECD0. Grayscale: #4C4C4C. Windows color (decimal): -3730641 or 3085255. OLE color: 3085255.

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

Color convert

RGB 199 19 47 -
CMYK 0 0.90 0.76 0.22
HSL 350.67º 0.83% 0.43% -
HSV(B) 350.67º 0.9% 0.78% -
XYZ 24.3 12.81 3.88 -
YUV 76.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 199 19 47 0 0.90 0.76 0.22 350.67 0.83 0.43
Hex C7 13 2F 0 5A 4C 16 15F 53 2B
Octal 307 23 57 0 132 114 26 537 123 53
Binary 11000111 10011 101111 0 1011010 1001100 10110 101011111 1010011 101011

Color Harmonies of #C7132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7132F

Black with #C7132F

Text Example


Text Example

White with #C7132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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