Html Css Color HEX #C41140 Cardinal

📋 copy color: '#C41140'

red 196 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #C41140

Tints of Cardinal #C41140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 70.76%
G = 6.14%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41140 (or 0xC41140) is known color: Cardinal. HEX triplet: C4, 11 and 40. RGB value is (196,17,64). Sum of RGB (Red+Green+Blue) = 196+17+64=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C41140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41140 is #3BEEBF. Grayscale: #4B4B4B. Windows color (decimal): -3927744 or 4198852. OLE color: 4198852.

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

Color convert

RGB 196 17 64 -
CMYK 0 0.91 0.67 0.23
HSL 344.25º 0.84% 0.42% -
HSV(B) 344.25º 0.91% 0.77% -
XYZ 23.89 12.51 6.01 -
YUV 75.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 196 17 64 0 0.91 0.67 0.23 344.25 0.84 0.42
Hex C4 11 40 0 5B 43 17 158 54 2A
Octal 304 21 100 0 133 103 27 530 124 52
Binary 11000100 10001 1000000 0 1011011 1000011 10111 101011000 1010100 101010

Color Harmonies of #C41140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41140

Black with #C41140

Text Example


Text Example

White with #C41140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41140; }

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

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

background-color css

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

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

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

border-color css

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

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

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