Html Css Color HEX #C41A2E Cardinal

📋 copy color: '#C41A2E'

red 196 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #C41A2E

Tints of Cardinal #C41A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 73.13%
G = 9.7%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C41A2E (or 0xC41A2E) is known color: Cardinal. HEX triplet: C4, 1A and 2E. RGB value is (196,26,46). Sum of RGB (Red+Green+Blue) = 196+26+46=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A2E is #3BE5D1. Grayscale: #4F4F4F. Windows color (decimal): -3925458 or 3021508. OLE color: 3021508.

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

Color convert

RGB 196 26 46 -
CMYK 0 0.87 0.77 0.23
HSL 352.94º 0.77% 0.44% -
HSV(B) 352.94º 0.87% 0.77% -
XYZ 23.63 12.67 3.79 -
YUV 79.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 196 26 46 0 0.87 0.77 0.23 352.94 0.77 0.44
Hex C4 1A 2E 0 57 4D 17 161 4D 2C
Octal 304 32 56 0 127 115 27 541 115 54
Binary 11000100 11010 101110 0 1010111 1001101 10111 101100001 1001101 101100

Color Harmonies of #C41A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A2E

Black with #C41A2E

Text Example


Text Example

White with #C41A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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