Html Css Color HEX #C41A38 Cardinal

📋 copy color: '#C41A38'

red 196 ◦ green 26 ◦ blue 56

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

Shades of Cardinal #C41A38

Tints of Cardinal #C41A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 70.5%
G = 9.35%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C41A38 (or 0xC41A38) is known color: Cardinal. HEX triplet: C4, 1A and 38. RGB value is (196,26,56). Sum of RGB (Red+Green+Blue) = 196+26+56=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A38 is #3BE5C7. Grayscale: #505050. Windows color (decimal): -3925448 or 3676868. OLE color: 3676868.

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

Color convert

RGB 196 26 56 -
CMYK 0 0.87 0.71 0.23
HSL 349.41º 0.77% 0.44% -
HSV(B) 349.41º 0.87% 0.77% -
XYZ 23.85 12.76 4.95 -
YUV 80.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 196 26 56 0 0.87 0.71 0.23 349.41 0.77 0.44
Hex C4 1A 38 0 57 47 17 15D 4D 2C
Octal 304 32 70 0 127 107 27 535 115 54
Binary 11000100 11010 111000 0 1010111 1000111 10111 101011101 1001101 101100

Color Harmonies of #C41A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A38

Black with #C41A38

Text Example


Text Example

White with #C41A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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