Html Css Color HEX #C6122E Cardinal

📋 copy color: '#C6122E'

red 198 ◦ green 18 ◦ blue 46

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

Shades of Cardinal #C6122E

Tints of Cardinal #C6122E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 75.57%
G = 6.87%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6122E (or 0xC6122E) is known color: Cardinal. HEX triplet: C6, 12 and 2E. RGB value is (198,18,46). Sum of RGB (Red+Green+Blue) = 198+18+46=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6122E is #39EDD1. Grayscale: #4B4B4B. Windows color (decimal): -3796434 or 3019462. OLE color: 3019462.

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

Color convert

RGB 198 18 46 -
CMYK 0 0.91 0.77 0.22
HSL 350.67º 0.83% 0.42% -
HSV(B) 350.67º 0.91% 0.78% -
XYZ 24 12.64 3.76 -
YUV 75.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 198 18 46 0 0.91 0.77 0.22 350.67 0.83 0.42
Hex C6 12 2E 0 5B 4D 16 15F 53 2A
Octal 306 22 56 0 133 115 26 537 123 52
Binary 11000110 10010 101110 0 1011011 1001101 10110 101011111 1010011 101010

Color Harmonies of #C6122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6122E

Black with #C6122E

Text Example


Text Example

White with #C6122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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