Html Css Color HEX #C51E2E Cardinal

📋 copy color: '#C51E2E'

red 197 ◦ green 30 ◦ blue 46

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

Shades of Cardinal #C51E2E

Tints of Cardinal #C51E2E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

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

R = 72.16%
G = 10.99%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C51E2E (or 0xC51E2E) is known color: Cardinal. HEX triplet: C5, 1E and 2E. RGB value is (197,30,46). Sum of RGB (Red+Green+Blue) = 197+30+46=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E2E is #3AE1D1. Grayscale: #515151. Windows color (decimal): -3858898 or 3022533. OLE color: 3022533.

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

Color convert

RGB 197 30 46 -
CMYK 0 0.85 0.77 0.23
HSL 354.25º 0.74% 0.45% -
HSV(B) 354.25º 0.85% 0.77% -
XYZ 23.98 13 3.83 -
YUV 81.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 197 30 46 0 0.85 0.77 0.23 354.25 0.74 0.45
Hex C5 1E 2E 0 55 4D 17 162 4A 2D
Octal 305 36 56 0 125 115 27 542 112 55
Binary 11000101 11110 101110 0 1010101 1001101 10111 101100010 1001010 101101

Color Harmonies of #C51E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E2E

Black with #C51E2E

Text Example


Text Example

White with #C51E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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