Html Css Color HEX #C7152F Cardinal

📋 copy color: '#C7152F'

red 199 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #C7152F

Tints of Cardinal #C7152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 74.53%
G = 7.87%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7152F (or 0xC7152F) is known color: Cardinal. HEX triplet: C7, 15 and 2F. RGB value is (199,21,47). Sum of RGB (Red+Green+Blue) = 199+21+47=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C7152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7152F is #38EAD0. Grayscale: #4D4D4D. Windows color (decimal): -3730129 or 3085767. OLE color: 3085767.

HSL color Cylindrical-coordinate representation of color #C7152F: hue angle of 351.24º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7152F is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 47 -
CMYK 0 0.89 0.76 0.22
HSL 351.24º 0.81% 0.43% -
HSV(B) 351.24º 0.89% 0.78% -
XYZ 24.33 12.88 3.89 -
YUV 77.19 110.97 214.89 -
System Red Green Blue C M Y K H S L
Decimal 199 21 47 0 0.89 0.76 0.22 351.24 0.81 0.43
Hex C7 15 2F 0 59 4C 16 15F 51 2B
Octal 307 25 57 0 131 114 26 537 121 53
Binary 11000111 10101 101111 0 1011001 1001100 10110 101011111 1010001 101011

Color Harmonies of #C7152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7152F

Black with #C7152F

Text Example


Text Example

White with #C7152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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