Html Css Color HEX #C51F2E Cardinal

📋 copy color: '#C51F2E'

red 197 ◦ green 31 ◦ blue 46

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

Shades of Cardinal #C51F2E

Tints of Cardinal #C51F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.31%

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 71.9%
G = 11.31%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C51F2E (or 0xC51F2E) is known color: Cardinal. HEX triplet: C5, 1F and 2E. RGB value is (197,31,46). Sum of RGB (Red+Green+Blue) = 197+31+46=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F2E is #3AE0D1. Grayscale: #525252. Windows color (decimal): -3858642 or 3022789. OLE color: 3022789.

HSL color Cylindrical-coordinate representation of color #C51F2E: hue angle of 354.58º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F2E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 46 -
CMYK 0 0.84 0.77 0.23
HSL 354.58º 0.73% 0.45% -
HSV(B) 354.58º 0.84% 0.77% -
XYZ 24.01 13.05 3.84 -
YUV 82.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 197 31 46 0 0.84 0.77 0.23 354.58 0.73 0.45
Hex C5 1F 2E 0 54 4D 17 163 49 2D
Octal 305 37 56 0 124 115 27 543 111 55
Binary 11000101 11111 101110 0 1010100 1001101 10111 101100011 1001001 101101

Color Harmonies of #C51F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F2E

Black with #C51F2E

Text Example


Text Example

White with #C51F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F2E; }

 p { color: rgb(197,31,46); }

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

background-color css

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

 a { background-color: rgb(197,31,46); }

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

border-color css

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

 span { border-color: rgb(197,31,46); }

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