Html Css Color HEX #C41038 Cardinal

📋 copy color: '#C41038'

red 196 ◦ green 16 ◦ blue 56

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

Shades of Cardinal #C41038

Tints of Cardinal #C41038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 73.13%
G = 5.97%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C41038 (or 0xC41038) is known color: Cardinal. HEX triplet: C4, 10 and 38. RGB value is (196,16,56). Sum of RGB (Red+Green+Blue) = 196+16+56=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C41038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41038 is #3BEFC7. Grayscale: #4A4A4A. Windows color (decimal): -3928008 or 3674308. OLE color: 3674308.

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

Color convert

RGB 196 16 56 -
CMYK 0 0.92 0.71 0.23
HSL 346.67º 0.85% 0.42% -
HSV(B) 346.67º 0.92% 0.77% -
XYZ 23.66 12.39 4.89 -
YUV 74.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 196 16 56 0 0.92 0.71 0.23 346.67 0.85 0.42
Hex C4 10 38 0 5C 47 17 15B 55 2A
Octal 304 20 70 0 134 107 27 533 125 52
Binary 11000100 10000 111000 0 1011100 1000111 10111 101011011 1010101 101010

Color Harmonies of #C41038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41038

Black with #C41038

Text Example


Text Example

White with #C41038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41038; }

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

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

background-color css

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

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

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

border-color css

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

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

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