Html Css Color HEX #C41238 Cardinal

📋 copy color: '#C41238'

red 196 ◦ green 18 ◦ blue 56

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

Shades of Cardinal #C41238

Tints of Cardinal #C41238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 72.59%
G = 6.67%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C41238 (or 0xC41238) is known color: Cardinal. HEX triplet: C4, 12 and 38. RGB value is (196,18,56). Sum of RGB (Red+Green+Blue) = 196+18+56=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C41238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41238 is #3BEDC7. Grayscale: #4B4B4B. Windows color (decimal): -3927496 or 3674820. OLE color: 3674820.

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

Color convert

RGB 196 18 56 -
CMYK 0 0.91 0.71 0.23
HSL 347.19º 0.83% 0.42% -
HSV(B) 347.19º 0.91% 0.77% -
XYZ 23.7 12.45 4.9 -
YUV 75.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 196 18 56 0 0.91 0.71 0.23 347.19 0.83 0.42
Hex C4 12 38 0 5B 47 17 15B 53 2A
Octal 304 22 70 0 133 107 27 533 123 52
Binary 11000100 10010 111000 0 1011011 1000111 10111 101011011 1010011 101010

Color Harmonies of #C41238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41238

Black with #C41238

Text Example


Text Example

White with #C41238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41238; }

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

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

background-color css

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

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

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

border-color css

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

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

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