Html Css Color HEX #C41E3A Cardinal

📋 copy color: '#C41E3A'

red 196 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #C41E3A

Tints of Cardinal #C41E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.56%

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

R = 69.01%
G = 10.56%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C41E3A (or 0xC41E3A) is known color: Cardinal. HEX triplet: C4, 1E and 3A. RGB value is (196,30,58). Sum of RGB (Red+Green+Blue) = 196+30+58=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E3A is #3BE1C5. Grayscale: #525252. Windows color (decimal): -3924422 or 3808964. OLE color: 3808964.

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

Color convert

RGB 196 30 58 -
CMYK 0 0.85 0.70 0.23
HSL 349.88º 0.73% 0.44% -
HSV(B) 349.88º 0.85% 0.77% -
XYZ 23.99 12.97 5.24 -
YUV 82.83 114 208.72 -
System Red Green Blue C M Y K H S L
Decimal 196 30 58 0 0.85 0.70 0.23 349.88 0.73 0.44
Hex C4 1E 3A 0 55 46 17 15E 49 2C
Octal 304 36 72 0 125 106 27 536 111 54
Binary 11000100 11110 111010 0 1010101 1000110 10111 101011110 1001001 101100

Color Harmonies of #C41E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E3A

Black with #C41E3A

Text Example


Text Example

White with #C41E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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