Html Css Color HEX #C41142 Cardinal

📋 copy color: '#C41142'

red 196 ◦ green 17 ◦ blue 66

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

Shades of Cardinal #C41142

Tints of Cardinal #C41142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 70.25%
G = 6.09%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C41142 (or 0xC41142) is known color: Cardinal. HEX triplet: C4, 11 and 42. RGB value is (196,17,66). Sum of RGB (Red+Green+Blue) = 196+17+66=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C41142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41142 is #3BEEBD. Grayscale: #4C4C4C. Windows color (decimal): -3927742 or 4329924. OLE color: 4329924.

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

Color convert

RGB 196 17 66 -
CMYK 0 0.91 0.66 0.23
HSL 343.58º 0.84% 0.42% -
HSV(B) 343.58º 0.91% 0.77% -
XYZ 23.95 12.53 6.31 -
YUV 76.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 196 17 66 0 0.91 0.66 0.23 343.58 0.84 0.42
Hex C4 11 42 0 5B 42 17 158 54 2A
Octal 304 21 102 0 133 102 27 530 124 52
Binary 11000100 10001 1000010 0 1011011 1000010 10111 101011000 1010100 101010

Color Harmonies of #C41142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41142

Black with #C41142

Text Example


Text Example

White with #C41142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41142; }

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

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

background-color css

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

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

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

border-color css

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

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

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