Html Css Color HEX #C51432 Cardinal

📋 copy color: '#C51432'

red 197 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #C51432

Tints of Cardinal #C51432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

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

R = 73.78%
G = 7.49%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C51432 (or 0xC51432) is known color: Cardinal. HEX triplet: C5, 14 and 32. RGB value is (197,20,50). Sum of RGB (Red+Green+Blue) = 197+20+50=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C51432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51432 is #3AEBCD. Grayscale: #4C4C4C. Windows color (decimal): -3861454 or 3282117. OLE color: 3282117.

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

Color convert

RGB 197 20 50 -
CMYK 0 0.90 0.75 0.23
HSL 349.83º 0.82% 0.43% -
HSV(B) 349.83º 0.9% 0.77% -
XYZ 23.85 12.6 4.19 -
YUV 76.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 197 20 50 0 0.90 0.75 0.23 349.83 0.82 0.43
Hex C5 14 32 0 5A 4B 17 15E 52 2B
Octal 305 24 62 0 132 113 27 536 122 53
Binary 11000101 10100 110010 0 1011010 1001011 10111 101011110 1010010 101011

Color Harmonies of #C51432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51432

Black with #C51432

Text Example


Text Example

White with #C51432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51432; }

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

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

background-color css

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

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

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

border-color css

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

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

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