Html Css Color HEX #C6142E Cardinal

📋 copy color: '#C6142E'

red 198 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #C6142E

Tints of Cardinal #C6142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

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

R = 75%
G = 7.58%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6142E (or 0xC6142E) is known color: Cardinal. HEX triplet: C6, 14 and 2E. RGB value is (198,20,46). Sum of RGB (Red+Green+Blue) = 198+20+46=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6142E is #39EBD1. Grayscale: #4C4C4C. Windows color (decimal): -3795922 or 3019974. OLE color: 3019974.

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

Color convert

RGB 198 20 46 -
CMYK 0 0.90 0.77 0.22
HSL 351.24º 0.82% 0.43% -
HSV(B) 351.24º 0.9% 0.78% -
XYZ 24.03 12.7 3.77 -
YUV 76.19 110.97 214.89 -
System Red Green Blue C M Y K H S L
Decimal 198 20 46 0 0.90 0.77 0.22 351.24 0.82 0.43
Hex C6 14 2E 0 5A 4D 16 15F 52 2B
Octal 306 24 56 0 132 115 26 537 122 53
Binary 11000110 10100 101110 0 1011010 1001101 10110 101011111 1010010 101011

Color Harmonies of #C6142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6142E

Black with #C6142E

Text Example


Text Example

White with #C6142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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