Html Css Color HEX #C7154A Cardinal

📋 copy color: '#C7154A'

red 199 ◦ green 21 ◦ blue 74

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

Shades of Cardinal #C7154A

Tints of Cardinal #C7154A

RGB

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

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

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

R = 67.69%
G = 7.14%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7154A (or 0xC7154A) is known color: Cardinal. HEX triplet: C7, 15 and 4A. RGB value is (199,21,74). Sum of RGB (Red+Green+Blue) = 199+21+74=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7154A is #38EAB5. Grayscale: #505050. Windows color (decimal): -3730102 or 4855239. OLE color: 4855239.

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

Color convert

RGB 199 21 74 -
CMYK 0 0.89 0.63 0.22
HSL 342.13º 0.81% 0.43% -
HSV(B) 342.13º 0.89% 0.78% -
XYZ 25.06 13.17 7.7 -
YUV 80.26 124.47 212.69 -
System Red Green Blue C M Y K H S L
Decimal 199 21 74 0 0.89 0.63 0.22 342.13 0.81 0.43
Hex C7 15 4A 0 59 3F 16 156 51 2B
Octal 307 25 112 0 131 77 26 526 121 53
Binary 11000111 10101 1001010 0 1011001 111111 10110 101010110 1010001 101011

Color Harmonies of #C7154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7154A

Black with #C7154A

Text Example


Text Example

White with #C7154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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