Html Css Color HEX #C4113F Cardinal

📋 copy color: '#C4113F'

red 196 ◦ green 17 ◦ blue 63

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

Shades of Cardinal #C4113F

Tints of Cardinal #C4113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.83%

R = 71.01%
G = 6.16%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4113F (or 0xC4113F) is known color: Cardinal. HEX triplet: C4, 11 and 3F. RGB value is (196,17,63). Sum of RGB (Red+Green+Blue) = 196+17+63=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4113F is #3BEEC0. Grayscale: #4B4B4B. Windows color (decimal): -3927745 or 4133316. OLE color: 4133316.

HSL color Cylindrical-coordinate representation of color #C4113F: hue angle of 344.58º 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 #C4113F is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 63 -
CMYK 0 0.91 0.68 0.23
HSL 344.58º 0.84% 0.42% -
HSV(B) 344.58º 0.91% 0.77% -
XYZ 23.86 12.5 5.86 -
YUV 75.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 196 17 63 0 0.91 0.68 0.23 344.58 0.84 0.42
Hex C4 11 3F 0 5B 44 17 159 54 2A
Octal 304 21 77 0 133 104 27 531 124 52
Binary 11000100 10001 111111 0 1011011 1000100 10111 101011001 1010100 101010

Color Harmonies of #C4113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4113F

Black with #C4113F

Text Example


Text Example

White with #C4113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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