Html Css Color HEX #C41A30 Cardinal

📋 copy color: '#C41A30'

red 196 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #C41A30

Tints of Cardinal #C41A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 72.59%
G = 9.63%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C41A30 (or 0xC41A30) is known color: Cardinal. HEX triplet: C4, 1A and 30. RGB value is (196,26,48). Sum of RGB (Red+Green+Blue) = 196+26+48=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A30 is #3BE5CF. Grayscale: #4F4F4F. Windows color (decimal): -3925456 or 3152580. OLE color: 3152580.

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

Color convert

RGB 196 26 48 -
CMYK 0 0.87 0.76 0.23
HSL 352.24º 0.77% 0.44% -
HSV(B) 352.24º 0.87% 0.77% -
XYZ 23.67 12.69 4 -
YUV 79.34 110.32 211.21 -
System Red Green Blue C M Y K H S L
Decimal 196 26 48 0 0.87 0.76 0.23 352.24 0.77 0.44
Hex C4 1A 30 0 57 4C 17 160 4D 2C
Octal 304 32 60 0 127 114 27 540 115 54
Binary 11000100 11010 110000 0 1010111 1001100 10111 101100000 1001101 101100

Color Harmonies of #C41A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A30

Black with #C41A30

Text Example


Text Example

White with #C41A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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