Html Css Color HEX #C51732 Cardinal

📋 copy color: '#C51732'

red 197 ◦ green 23 ◦ blue 50

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

Shades of Cardinal #C51732

Tints of Cardinal #C51732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 72.96%
G = 8.52%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C51732 (or 0xC51732) is known color: Cardinal. HEX triplet: C5, 17 and 32. RGB value is (197,23,50). Sum of RGB (Red+Green+Blue) = 197+23+50=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C51732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51732 is #3AE8CD. Grayscale: #4E4E4E. Windows color (decimal): -3860686 or 3282885. OLE color: 3282885.

HSL color Cylindrical-coordinate representation of color #C51732: hue angle of 350.69º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51732 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 50 -
CMYK 0 0.88 0.75 0.23
HSL 350.69º 0.79% 0.43% -
HSV(B) 350.69º 0.88% 0.77% -
XYZ 23.91 12.71 4.21 -
YUV 78.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 197 23 50 0 0.88 0.75 0.23 350.69 0.79 0.43
Hex C5 17 32 0 58 4B 17 15F 4F 2B
Octal 305 27 62 0 130 113 27 537 117 53
Binary 11000101 10111 110010 0 1011000 1001011 10111 101011111 1001111 101011

Color Harmonies of #C51732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51732

Black with #C51732

Text Example


Text Example

White with #C51732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51732; }

 p { color: rgb(197,23,50); }

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

background-color css

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

 a { background-color: rgb(197,23,50); }

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

border-color css

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

 span { border-color: rgb(197,23,50); }

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