Html Css Color HEX #C2142F Cardinal

📋 copy color: '#C2142F'

red 194 ◦ green 20 ◦ blue 47

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

Shades of Cardinal #C2142F

Tints of Cardinal #C2142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 74.33%
G = 7.66%
B = 18.01%

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

#C2142F (or 0xC2142F) is known color: Cardinal. HEX triplet: C2, 14 and 2F. RGB value is (194,20,47). Sum of RGB (Red+Green+Blue) = 194+20+47=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2142F is #3DEBD0. Grayscale: #4B4B4B. Windows color (decimal): -4058065 or 3085506. OLE color: 3085506.

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

Color convert

RGB 194 20 47 -
CMYK 0 0.90 0.76 0.24
HSL 350.69º 0.81% 0.42% -
HSV(B) 350.69º 0.9% 0.76% -
XYZ 23.01 12.17 3.83 -
YUV 75.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 194 20 47 0 0.90 0.76 0.24 350.69 0.81 0.42
Hex C2 14 2F 0 5A 4C 18 15F 51 2A
Octal 302 24 57 0 132 114 30 537 121 52
Binary 11000010 10100 101111 0 1011010 1001100 11000 101011111 1010001 101010

Color Harmonies of #C2142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2142F

Black with #C2142F

Text Example


Text Example

White with #C2142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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