Html Css Color HEX #C51038 Cardinal

📋 copy color: '#C51038'

red 197 ◦ green 16 ◦ blue 56

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

Shades of Cardinal #C51038

Tints of Cardinal #C51038

RGB

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

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

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

R = 73.23%
G = 5.95%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C51038 (or 0xC51038) is known color: Cardinal. HEX triplet: C5, 10 and 38. RGB value is (197,16,56). Sum of RGB (Red+Green+Blue) = 197+16+56=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C51038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51038 is #3AEFC7. Grayscale: #4A4A4A. Windows color (decimal): -3862472 or 3674309. OLE color: 3674309.

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

Color convert

RGB 197 16 56 -
CMYK 0 0.92 0.72 0.23
HSL 346.74º 0.85% 0.42% -
HSV(B) 346.74º 0.92% 0.77% -
XYZ 23.93 12.53 4.9 -
YUV 74.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 197 16 56 0 0.92 0.72 0.23 346.74 0.85 0.42
Hex C5 10 38 0 5C 48 17 15B 55 2A
Octal 305 20 70 0 134 110 27 533 125 52
Binary 11000101 10000 111000 0 1011100 1001000 10111 101011011 1010101 101010

Color Harmonies of #C51038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51038

Black with #C51038

Text Example


Text Example

White with #C51038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51038; }

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

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

background-color css

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

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

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

border-color css

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

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

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