Html Css Color HEX #C6172E Cardinal

📋 copy color: '#C6172E'

red 198 ◦ green 23 ◦ blue 46

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

Shades of Cardinal #C6172E

Tints of Cardinal #C6172E

RGB

 RED value IS 198 (77.73% from 255) = 74.16%

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

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 74.16%
G = 8.61%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6172E (or 0xC6172E) is known color: Cardinal. HEX triplet: C6, 17 and 2E. RGB value is (198,23,46). Sum of RGB (Red+Green+Blue) = 198+23+46=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C6172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6172E is #39E8D1. Grayscale: #4E4E4E. Windows color (decimal): -3795154 or 3020742. OLE color: 3020742.

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

Color convert

RGB 198 23 46 -
CMYK 0 0.88 0.77 0.22
HSL 352.11º 0.79% 0.43% -
HSV(B) 352.11º 0.88% 0.78% -
XYZ 24.09 12.82 3.79 -
YUV 77.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 198 23 46 0 0.88 0.77 0.22 352.11 0.79 0.43
Hex C6 17 2E 0 58 4D 16 160 4F 2B
Octal 306 27 56 0 130 115 26 540 117 53
Binary 11000110 10111 101110 0 1011000 1001101 10110 101100000 1001111 101011

Color Harmonies of #C6172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6172E

Black with #C6172E

Text Example


Text Example

White with #C6172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6172E; }

 p { color: rgb(198,23,46); }

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

background-color css

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

 a { background-color: rgb(198,23,46); }

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

border-color css

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

 span { border-color: rgb(198,23,46); }

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