Html Css Color HEX #C41940 Cardinal

📋 copy color: '#C41940'

red 196 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #C41940

Tints of Cardinal #C41940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

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

R = 68.77%
G = 8.77%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41940 (or 0xC41940) is known color: Cardinal. HEX triplet: C4, 19 and 40. RGB value is (196,25,64). Sum of RGB (Red+Green+Blue) = 196+25+64=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C41940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41940 is #3BE6BF. Grayscale: #505050. Windows color (decimal): -3925696 or 4200900. OLE color: 4200900.

HSL color Cylindrical-coordinate representation of color #C41940: hue angle of 346.32º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41940 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 64 -
CMYK 0 0.87 0.67 0.23
HSL 346.32º 0.77% 0.43% -
HSV(B) 346.32º 0.87% 0.77% -
XYZ 24.04 12.8 6.05 -
YUV 80.58 118.65 210.33 -
System Red Green Blue C M Y K H S L
Decimal 196 25 64 0 0.87 0.67 0.23 346.32 0.77 0.43
Hex C4 19 40 0 57 43 17 15A 4D 2B
Octal 304 31 100 0 127 103 27 532 115 53
Binary 11000100 11001 1000000 0 1010111 1000011 10111 101011010 1001101 101011

Color Harmonies of #C41940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41940

Black with #C41940

Text Example


Text Example

White with #C41940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41940; }

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

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

background-color css

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

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

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

border-color css

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

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

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