Html Css Color HEX #C41438 Cardinal

📋 copy color: '#C41438'

red 196 ◦ green 20 ◦ blue 56

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

Shades of Cardinal #C41438

Tints of Cardinal #C41438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.35%

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

R = 72.06%
G = 7.35%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C41438 (or 0xC41438) is known color: Cardinal. HEX triplet: C4, 14 and 38. RGB value is (196,20,56). Sum of RGB (Red+Green+Blue) = 196+20+56=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C41438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41438 is #3BEBC7. Grayscale: #4C4C4C. Windows color (decimal): -3926984 or 3675332. OLE color: 3675332.

HSL color Cylindrical-coordinate representation of color #C41438: hue angle of 347.73º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41438 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 56 -
CMYK 0 0.90 0.71 0.23
HSL 347.73º 0.81% 0.42% -
HSV(B) 347.73º 0.9% 0.77% -
XYZ 23.73 12.52 4.91 -
YUV 76.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 196 20 56 0 0.90 0.71 0.23 347.73 0.81 0.42
Hex C4 14 38 0 5A 47 17 15C 51 2A
Octal 304 24 70 0 132 107 27 534 121 52
Binary 11000100 10100 111000 0 1011010 1000111 10111 101011100 1010001 101010

Color Harmonies of #C41438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41438

Black with #C41438

Text Example


Text Example

White with #C41438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41438; }

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

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

background-color css

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

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

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

border-color css

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

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

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