Html Css Color HEX #C2142E Cardinal

📋 copy color: '#C2142E'

red 194 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #C2142E

Tints of Cardinal #C2142E

RGB

 RED value IS 194 (76.17% from 255) = 74.62%

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

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

R = 74.62%
G = 7.69%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2142E (or 0xC2142E) is known color: Cardinal. HEX triplet: C2, 14 and 2E. RGB value is (194,20,46). Sum of RGB (Red+Green+Blue) = 194+20+46=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2142E is #3DEBD1. Grayscale: #4B4B4B. Windows color (decimal): -4058066 or 3019970. OLE color: 3019970.

HSL color Cylindrical-coordinate representation of color #C2142E: hue angle of 351.03º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2142E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 46 -
CMYK 0 0.90 0.76 0.24
HSL 351.03º 0.81% 0.42% -
HSV(B) 351.03º 0.9% 0.76% -
XYZ 22.99 12.17 3.72 -
YUV 74.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 194 20 46 0 0.90 0.76 0.24 351.03 0.81 0.42
Hex C2 14 2E 0 5A 4C 18 15F 51 2A
Octal 302 24 56 0 132 114 30 537 121 52
Binary 11000010 10100 101110 0 1011010 1001100 11000 101011111 1010001 101010

Color Harmonies of #C2142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2142E

Black with #C2142E

Text Example


Text Example

White with #C2142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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