Html Css Color HEX #C41D3A Cardinal

📋 copy color: '#C41D3A'

red 196 ◦ green 29 ◦ blue 58

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

Shades of Cardinal #C41D3A

Tints of Cardinal #C41D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 69.26%
G = 10.25%
B = 20.49%

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

#C41D3A (or 0xC41D3A) is known color: Cardinal. HEX triplet: C4, 1D and 3A. RGB value is (196,29,58). Sum of RGB (Red+Green+Blue) = 196+29+58=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D3A is #3BE2C5. Grayscale: #525252. Windows color (decimal): -3924678 or 3808708. OLE color: 3808708.

HSL color Cylindrical-coordinate representation of color #C41D3A: hue angle of 349.58º degrees, saturation: 0.74, 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 #C41D3A is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 29 58 -
CMYK 0 0.85 0.70 0.23
HSL 349.58º 0.74% 0.44% -
HSV(B) 349.58º 0.85% 0.77% -
XYZ 23.97 12.92 5.23 -
YUV 82.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 196 29 58 0 0.85 0.70 0.23 349.58 0.74 0.44
Hex C4 1D 3A 0 55 46 17 15E 4A 2C
Octal 304 35 72 0 125 106 27 536 112 54
Binary 11000100 11101 111010 0 1010101 1000110 10111 101011110 1001010 101100

Color Harmonies of #C41D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41D3A

Black with #C41D3A

Text Example


Text Example

White with #C41D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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