Html Css Color HEX #C41B3A Cardinal

📋 copy color: '#C41B3A'

red 196 ◦ green 27 ◦ blue 58

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

Shades of Cardinal #C41B3A

Tints of Cardinal #C41B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 69.75%
G = 9.61%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C41B3A (or 0xC41B3A) is known color: Cardinal. HEX triplet: C4, 1B and 3A. RGB value is (196,27,58). Sum of RGB (Red+Green+Blue) = 196+27+58=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B3A is #3BE4C5. Grayscale: #515151. Windows color (decimal): -3925190 or 3808196. OLE color: 3808196.

HSL color Cylindrical-coordinate representation of color #C41B3A: hue angle of 348.99º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41B3A is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 58 -
CMYK 0 0.86 0.70 0.23
HSL 348.99º 0.76% 0.44% -
HSV(B) 348.99º 0.86% 0.77% -
XYZ 23.92 12.83 5.22 -
YUV 81.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 196 27 58 0 0.86 0.70 0.23 348.99 0.76 0.44
Hex C4 1B 3A 0 56 46 17 15D 4C 2C
Octal 304 33 72 0 126 106 27 535 114 54
Binary 11000100 11011 111010 0 1010110 1000110 10111 101011101 1001100 101100

Color Harmonies of #C41B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B3A

Black with #C41B3A

Text Example


Text Example

White with #C41B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B3A; }

 p { color: rgb(196,27,58); }

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

background-color css

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

 a { background-color: rgb(196,27,58); }

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

border-color css

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

 span { border-color: rgb(196,27,58); }

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