Html Css Color HEX #C51236 Cardinal

📋 copy color: '#C51236'

red 197 ◦ green 18 ◦ blue 54

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

Shades of Cardinal #C51236

Tints of Cardinal #C51236

RGB

 RED value IS 197 (77.34% from 255) = 73.23%

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

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 73.23%
G = 6.69%
B = 20.07%

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

#C51236 (or 0xC51236) is known color: Cardinal. HEX triplet: C5, 12 and 36. RGB value is (197,18,54). Sum of RGB (Red+Green+Blue) = 197+18+54=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C51236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51236 is #3AEDC9. Grayscale: #4B4B4B. Windows color (decimal): -3861962 or 3543749. OLE color: 3543749.

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

Color convert

RGB 197 18 54 -
CMYK 0 0.91 0.73 0.23
HSL 347.93º 0.83% 0.42% -
HSV(B) 347.93º 0.91% 0.77% -
XYZ 23.91 12.57 4.66 -
YUV 75.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 197 18 54 0 0.91 0.73 0.23 347.93 0.83 0.42
Hex C5 12 36 0 5B 49 17 15C 53 2A
Octal 305 22 66 0 133 111 27 534 123 52
Binary 11000101 10010 110110 0 1011011 1001001 10111 101011100 1010011 101010

Color Harmonies of #C51236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51236

Black with #C51236

Text Example


Text Example

White with #C51236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51236; }

 p { color: rgb(197,18,54); }

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

background-color css

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

 a { background-color: rgb(197,18,54); }

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

border-color css

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

 span { border-color: rgb(197,18,54); }

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