Html Css Color HEX #C41134 Cardinal

📋 copy color: '#C41134'

red 196 ◦ green 17 ◦ blue 52

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

Shades of Cardinal #C41134

Tints of Cardinal #C41134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 73.96%
G = 6.42%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41134 (or 0xC41134) is known color: Cardinal. HEX triplet: C4, 11 and 34. RGB value is (196,17,52). Sum of RGB (Red+Green+Blue) = 196+17+52=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C41134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41134 is #3BEECB. Grayscale: #4A4A4A. Windows color (decimal): -3927756 or 3412420. OLE color: 3412420.

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

Color convert

RGB 196 17 52 -
CMYK 0 0.91 0.73 0.23
HSL 348.27º 0.84% 0.42% -
HSV(B) 348.27º 0.91% 0.77% -
XYZ 23.59 12.38 4.4 -
YUV 74.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 196 17 52 0 0.91 0.73 0.23 348.27 0.84 0.42
Hex C4 11 34 0 5B 49 17 15C 54 2A
Octal 304 21 64 0 133 111 27 534 124 52
Binary 11000100 10001 110100 0 1011011 1001001 10111 101011100 1010100 101010

Color Harmonies of #C41134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41134

Black with #C41134

Text Example


Text Example

White with #C41134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41134; }

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

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

background-color css

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

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

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

border-color css

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

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

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