Html Css Color HEX #C6102E Cardinal

📋 copy color: '#C6102E'

red 198 ◦ green 16 ◦ blue 46

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

Shades of Cardinal #C6102E

Tints of Cardinal #C6102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

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

R = 76.15%
G = 6.15%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6102E (or 0xC6102E) is known color: Cardinal. HEX triplet: C6, 10 and 2E. RGB value is (198,16,46). Sum of RGB (Red+Green+Blue) = 198+16+46=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6102E is #39EFD1. Grayscale: #494949. Windows color (decimal): -3796946 or 3018950. OLE color: 3018950.

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

Color convert

RGB 198 16 46 -
CMYK 0 0.92 0.77 0.22
HSL 350.11º 0.85% 0.42% -
HSV(B) 350.11º 0.92% 0.78% -
XYZ 23.97 12.57 3.75 -
YUV 73.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 198 16 46 0 0.92 0.77 0.22 350.11 0.85 0.42
Hex C6 10 2E 0 5C 4D 16 15E 55 2A
Octal 306 20 56 0 134 115 26 536 125 52
Binary 11000110 10000 101110 0 1011100 1001101 10110 101011110 1010101 101010

Color Harmonies of #C6102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6102E

Black with #C6102E

Text Example


Text Example

White with #C6102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6102E; }

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

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

background-color css

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

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

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

border-color css

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

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

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