Html Css Color HEX #C4114A Cardinal

📋 copy color: '#C4114A'

red 196 ◦ green 17 ◦ blue 74

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

Shades of Cardinal #C4114A

Tints of Cardinal #C4114A

RGB

 RED value IS 196 (76.95% from 255) = 68.29%

 GREEN value IS 17 (7.03% from 255) = 5.92%

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 68.29%
G = 5.92%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4114A (or 0xC4114A) is known color: Cardinal. HEX triplet: C4, 11 and 4A. RGB value is (196,17,74). Sum of RGB (Red+Green+Blue) = 196+17+74=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C4114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4114A is #3BEEB5. Grayscale: #4C4C4C. Windows color (decimal): -3927734 or 4854212. OLE color: 4854212.

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

Color convert

RGB 196 17 74 -
CMYK 0 0.91 0.62 0.23
HSL 340.89º 0.84% 0.42% -
HSV(B) 340.89º 0.91% 0.77% -
XYZ 24.2 12.63 7.64 -
YUV 77.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 196 17 74 0 0.91 0.62 0.23 340.89 0.84 0.42
Hex C4 11 4A 0 5B 3E 17 155 54 2A
Octal 304 21 112 0 133 76 27 525 124 52
Binary 11000100 10001 1001010 0 1011011 111110 10111 101010101 1010100 101010

Color Harmonies of #C4114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4114A

Black with #C4114A

Text Example


Text Example

White with #C4114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4114A; }

 p { color: rgb(196,17,74); }

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

background-color css

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

 a { background-color: rgb(196,17,74); }

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

border-color css

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

 span { border-color: rgb(196,17,74); }

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