Html Css Color HEX #C41135 Cardinal

📋 copy color: '#C41135'

red 196 ◦ green 17 ◦ blue 53

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

Shades of Cardinal #C41135

Tints of Cardinal #C41135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 53 (21.09% from 255) = 19.92%

R = 73.68%
G = 6.39%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41135 (or 0xC41135) is known color: Cardinal. HEX triplet: C4, 11 and 35. RGB value is (196,17,53). Sum of RGB (Red+Green+Blue) = 196+17+53=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C41135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41135 is #3BEECA. Grayscale: #4A4A4A. Windows color (decimal): -3927755 or 3477956. OLE color: 3477956.

HSL color Cylindrical-coordinate representation of color #C41135: hue angle of 347.93º degrees, saturation: 0.84, 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 #C41135 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 53 -
CMYK 0 0.91 0.73 0.23
HSL 347.93º 0.84% 0.42% -
HSV(B) 347.93º 0.91% 0.77% -
XYZ 23.61 12.39 4.52 -
YUV 74.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 196 17 53 0 0.91 0.73 0.23 347.93 0.84 0.42
Hex C4 11 35 0 5B 49 17 15C 54 2A
Octal 304 21 65 0 133 111 27 534 124 52
Binary 11000100 10001 110101 0 1011011 1001001 10111 101011100 1010100 101010

Color Harmonies of #C41135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41135

Black with #C41135

Text Example


Text Example

White with #C41135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41135; }

 p { color: rgb(196,17,53); }

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

background-color css

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

 a { background-color: rgb(196,17,53); }

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

border-color css

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

 span { border-color: rgb(196,17,53); }

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