Html Css Color HEX #C41337 Cardinal

📋 copy color: '#C41337'

red 196 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #C41337

Tints of Cardinal #C41337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

 BLUE value IS 55 (21.88% from 255) = 20.37%

R = 72.59%
G = 7.04%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C41337 (or 0xC41337) is known color: Cardinal. HEX triplet: C4, 13 and 37. RGB value is (196,19,55). Sum of RGB (Red+Green+Blue) = 196+19+55=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C41337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41337 is #3BECC8. Grayscale: #4C4C4C. Windows color (decimal): -3927241 or 3609540. OLE color: 3609540.

HSL color Cylindrical-coordinate representation of color #C41337: hue angle of 347.8º degrees, saturation: 0.82, 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 #C41337 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 55 -
CMYK 0 0.90 0.72 0.23
HSL 347.8º 0.82% 0.42% -
HSV(B) 347.8º 0.9% 0.77% -
XYZ 23.69 12.48 4.77 -
YUV 76.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 196 19 55 0 0.90 0.72 0.23 347.8 0.82 0.42
Hex C4 13 37 0 5A 48 17 15C 52 2A
Octal 304 23 67 0 132 110 27 534 122 52
Binary 11000100 10011 110111 0 1011010 1001000 10111 101011100 1010010 101010

Color Harmonies of #C41337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41337

Black with #C41337

Text Example


Text Example

White with #C41337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41337; }

 p { color: rgb(196,19,55); }

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

background-color css

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

 a { background-color: rgb(196,19,55); }

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

border-color css

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

 span { border-color: rgb(196,19,55); }

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