Html Css Color HEX #C7173E Cardinal

📋 copy color: '#C7173E'

red 199 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #C7173E

Tints of Cardinal #C7173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 70.07%
G = 8.1%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7173E (or 0xC7173E) is known color: Cardinal. HEX triplet: C7, 17 and 3E. RGB value is (199,23,62). Sum of RGB (Red+Green+Blue) = 199+23+62=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7173E is #38E8C1. Grayscale: #505050. Windows color (decimal): -3729602 or 4069319. OLE color: 4069319.

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

Color convert

RGB 199 23 62 -
CMYK 0 0.88 0.69 0.22
HSL 346.7º 0.79% 0.44% -
HSV(B) 346.7º 0.88% 0.78% -
XYZ 24.73 13.1 5.78 -
YUV 80.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 199 23 62 0 0.88 0.69 0.22 346.7 0.79 0.44
Hex C7 17 3E 0 58 45 16 15B 4F 2C
Octal 307 27 76 0 130 105 26 533 117 54
Binary 11000111 10111 111110 0 1011000 1000101 10110 101011011 1001111 101100

Color Harmonies of #C7173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7173E

Black with #C7173E

Text Example


Text Example

White with #C7173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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