Html Css Color HEX #C41838 Cardinal

📋 copy color: '#C41838'

red 196 ◦ green 24 ◦ blue 56

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

Shades of Cardinal #C41838

Tints of Cardinal #C41838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 71.01%
G = 8.7%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C41838 (or 0xC41838) is known color: Cardinal. HEX triplet: C4, 18 and 38. RGB value is (196,24,56). Sum of RGB (Red+Green+Blue) = 196+24+56=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C41838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41838 is #3BE7C7. Grayscale: #4F4F4F. Windows color (decimal): -3925960 or 3676356. OLE color: 3676356.

HSL color Cylindrical-coordinate representation of color #C41838: hue angle of 348.84º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41838 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 56 -
CMYK 0 0.88 0.71 0.23
HSL 348.84º 0.78% 0.43% -
HSV(B) 348.84º 0.88% 0.77% -
XYZ 23.81 12.67 4.93 -
YUV 79.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 196 24 56 0 0.88 0.71 0.23 348.84 0.78 0.43
Hex C4 18 38 0 58 47 17 15D 4E 2B
Octal 304 30 70 0 130 107 27 535 116 53
Binary 11000100 11000 111000 0 1011000 1000111 10111 101011101 1001110 101011

Color Harmonies of #C41838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41838

Black with #C41838

Text Example


Text Example

White with #C41838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41838; }

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

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

background-color css

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

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

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

border-color css

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

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

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