Html Css Color HEX #C7174A Cardinal

📋 copy color: '#C7174A'

red 199 ◦ green 23 ◦ blue 74

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

Shades of Cardinal #C7174A

Tints of Cardinal #C7174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 67.23%
G = 7.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7174A (or 0xC7174A) is known color: Cardinal. HEX triplet: C7, 17 and 4A. RGB value is (199,23,74). Sum of RGB (Red+Green+Blue) = 199+23+74=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7174A is #38E8B5. Grayscale: #515151. Windows color (decimal): -3729590 or 4855751. OLE color: 4855751.

HSL color Cylindrical-coordinate representation of color #C7174A: hue angle of 342.61º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7174A is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 23 74 -
CMYK 0 0.88 0.63 0.22
HSL 342.61º 0.79% 0.44% -
HSV(B) 342.61º 0.88% 0.78% -
XYZ 25.1 13.25 7.71 -
YUV 81.44 123.81 211.85 -
System Red Green Blue C M Y K H S L
Decimal 199 23 74 0 0.88 0.63 0.22 342.61 0.79 0.44
Hex C7 17 4A 0 58 3F 16 157 4F 2C
Octal 307 27 112 0 130 77 26 527 117 54
Binary 11000111 10111 1001010 0 1011000 111111 10110 101010111 1001111 101100

Color Harmonies of #C7174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7174A

Black with #C7174A

Text Example


Text Example

White with #C7174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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