Html Css Color HEX #C41A3E Cardinal

📋 copy color: '#C41A3E'

red 196 ◦ green 26 ◦ blue 62

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

Shades of Cardinal #C41A3E

Tints of Cardinal #C41A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.15%

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 69.01%
G = 9.15%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C41A3E (or 0xC41A3E) is known color: Cardinal. HEX triplet: C4, 1A and 3E. RGB value is (196,26,62). Sum of RGB (Red+Green+Blue) = 196+26+62=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A3E is #3BE5C1. Grayscale: #505050. Windows color (decimal): -3925442 or 4070084. OLE color: 4070084.

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

Color convert

RGB 196 26 62 -
CMYK 0 0.87 0.68 0.23
HSL 347.29º 0.77% 0.44% -
HSV(B) 347.29º 0.87% 0.77% -
XYZ 24 12.82 5.77 -
YUV 80.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 196 26 62 0 0.87 0.68 0.23 347.29 0.77 0.44
Hex C4 1A 3E 0 57 44 17 15B 4D 2C
Octal 304 32 76 0 127 104 27 533 115 54
Binary 11000100 11010 111110 0 1010111 1000100 10111 101011011 1001101 101100

Color Harmonies of #C41A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A3E

Black with #C41A3E

Text Example


Text Example

White with #C41A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A3E; }

 p { color: rgb(196,26,62); }

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

background-color css

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

 a { background-color: rgb(196,26,62); }

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

border-color css

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

 span { border-color: rgb(196,26,62); }

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