Html Css Color HEX #C6142D Cardinal

📋 copy color: '#C6142D'

red 198 ◦ green 20 ◦ blue 45

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

Shades of Cardinal #C6142D

Tints of Cardinal #C6142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 75.29%
G = 7.6%
B = 17.11%

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

#C6142D (or 0xC6142D) is known color: Cardinal. HEX triplet: C6, 14 and 2D. RGB value is (198,20,45). Sum of RGB (Red+Green+Blue) = 198+20+45=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C6142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6142D is #39EBD2. Grayscale: #4C4C4C. Windows color (decimal): -3795923 or 2954438. OLE color: 2954438.

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

Color convert

RGB 198 20 45 -
CMYK 0 0.90 0.77 0.22
HSL 351.57º 0.82% 0.43% -
HSV(B) 351.57º 0.9% 0.78% -
XYZ 24.01 12.7 3.67 -
YUV 76.07 110.47 214.97 -
System Red Green Blue C M Y K H S L
Decimal 198 20 45 0 0.90 0.77 0.22 351.57 0.82 0.43
Hex C6 14 2D 0 5A 4D 16 160 52 2B
Octal 306 24 55 0 132 115 26 540 122 53
Binary 11000110 10100 101101 0 1011010 1001101 10110 101100000 1010010 101011

Color Harmonies of #C6142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6142D

Black with #C6142D

Text Example


Text Example

White with #C6142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6142D; }

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

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

background-color css

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

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

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

border-color css

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

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

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